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
@@ -5,15 +5,15 @@ body {
padding: 0em;
margin: 0.5em 1em;
}
h2 {
- font-size: 100%;
+ font-size: 120%;
font-weight: bold;
- margin-bottom: 0.1em;
+ margin-bottom: 0.5em;
}
a {
color: blue;
text-decoration: none;
}
@@ -30,15 +30,19 @@ table.list {
table.list tr {
background: white;
}
table.list tr:hover {
background: #eeb;
}
+table.list tr.nohover:hover {
+ background: white;
+}
table.list th {
font-weight: normal;
background: #ddd;
+ border-top: solid 1px #aaa;
border-bottom: solid 1px #aaa;
padding: 0.1em 0.5em 0.1em 0.5em;
vertical-align: baseline;
}
table.list td {
border: none;