summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
Diffstat (limited to 'cgit.css') (more/less context) (ignore 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
@@ -10,5 +10,5 @@ body {
h2 {
- font-size: 100%;
+ font-size: 120%;
font-weight: bold;
- margin-bottom: 0.1em;
+ margin-bottom: 0.5em;
}
@@ -35,2 +35,5 @@ table.list tr:hover {
}
+table.list tr.nohover:hover {
+ background: white;
+}
table.list th {
@@ -38,2 +41,3 @@ table.list th {
background: #ddd;
+ border-top: solid 1px #aaa;
border-bottom: solid 1px #aaa;