summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (show whitespace changes)
-rw-r--r--cgit.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index 9112bfe..d94b1b7 100644
--- a/cgit.css
+++ b/cgit.css
@@ -5,15 +5,15 @@ body {
5 padding: 0em; 5 padding: 0em;
6 margin: 0.5em 1em; 6 margin: 0.5em 1em;
7} 7}
8 8
9 9
10h2 { 10h2 {
11 font-size: 100%; 11 font-size: 120%;
12 font-weight: bold; 12 font-weight: bold;
13 margin-bottom: 0.1em; 13 margin-bottom: 0.5em;
14} 14}
15 15
16a { 16a {
17 color: blue; 17 color: blue;
18 text-decoration: none; 18 text-decoration: none;
19} 19}
@@ -30,15 +30,19 @@ table.list {
30table.list tr { 30table.list tr {
31 background: white; 31 background: white;
32} 32}
33table.list tr:hover { 33table.list tr:hover {
34 background: #eeb; 34 background: #eeb;
35} 35}
36table.list tr.nohover:hover {
37 background: white;
38}
36table.list th { 39table.list th {
37 font-weight: normal; 40 font-weight: normal;
38 background: #ddd; 41 background: #ddd;
42 border-top: solid 1px #aaa;
39 border-bottom: solid 1px #aaa; 43 border-bottom: solid 1px #aaa;
40 padding: 0.1em 0.5em 0.1em 0.5em; 44 padding: 0.1em 0.5em 0.1em 0.5em;
41 vertical-align: baseline; 45 vertical-align: baseline;
42} 46}
43table.list td { 47table.list td {
44 border: none; 48 border: none;