aboutsummaryrefslogtreecommitdiff
path: root/cgit.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/cgit.css b/cgit.css
index d2c0d0b..d94b1b7 100644
--- a/cgit.css
+++ b/cgit.css
@@ -23,21 +23,24 @@ a:hover {
}
table.list {
- border: none;
+ border: solid 1px black;
border-collapse: collapse;
+ border: solid 1px #aaa;
}
table.list tr {
background: white;
}
table.list tr:hover {
- background: #eee;
+ background: #eeb;
}
table.list tr.nohover:hover {
background: white;
}
table.list th {
font-weight: normal;
- border-bottom: solid 1px #777;
+ background: #ddd;
+ border-top: solid 1px #aaa;
+ border-bottom: solid 1px #aaa;
padding: 0.1em 0.5em 0.1em 0.5em;
vertical-align: baseline;
}
@@ -49,6 +52,7 @@ img {
border: none;
}
+
div#header {
background-color: #ddd;
padding: 0.25em 0.25em 0.25em 0.5em;