summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/cgit.css b/cgit.css
index 85815c1..459dca7 100644
--- a/cgit.css
+++ b/cgit.css
@@ -10,3 +10,3 @@ body {
h2 {
- font-size: normal;
+ font-size: 100%;
font-weight: bold;
@@ -33,6 +33,6 @@ table.list tr {
table.list tr:hover {
- background: #eee;
+ background: #eeb;
}
table.list th {
- font-weight: bold;
+ font-weight: normal;
background: #ddd;
@@ -52,3 +52,3 @@ img {
div#header {
- background-color: #eee;
+ background-color: #ddd;
padding: 0.25em 0.25em 0.25em 0.5em;
@@ -56,4 +56,5 @@ div#header {
font-weight: bold;
- border: solid 1px #ccc;
+ border: solid 1px #aaa;
vertical-align: middle;
+ margin-bottom: 2em;
}
@@ -97,4 +98,3 @@ td.blob {
white-space: pre;
- font-family: courier;
- font-size: 100%;
+ font-family: monospace;
background-color: white;