summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
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
@@ -1,54 +1,58 @@
body {
font-family: arial;
font-size: normal;
background: white;
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;
}
a:hover {
text-decoration: underline;
}
table.list {
border: solid 1px black;
border-collapse: collapse;
border: solid 1px #aaa;
}
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;
padding: 0.1em 0.5em 0.1em 0.5em;
}
img {
border: none;
}
div#header {
background-color: #ddd;
padding: 0.25em 0.25em 0.25em 0.5em;