blob: b78ce3e8e2602b44b1f29e2c6cf462ba60956212 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
/* AUR-specific customizations to "archweb.css". */
#lang_sub {
float: right;
}
.pkglist-nav .page {
margin: 0 .25em;
}
#pkg-updates td.pkg-new {
padding: 0 .5em;
}
#pkg-stats td.stat-desc {
white-space: normal;
}
#actionlist form {
margin: 0;
padding: 0;
}
#actionlist .text-button {
color: #07b;
background: none;
border: none;
padding: 0;
cursor: pointer;
font-size: 100%;
}
#actionlist .text-button:hover {
text-decoration: underline;
color: #666;
}
.arch-bio-entry ul {
list-style: none;
padding: 0;
}
|