aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--cgit.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/cgit.css b/cgit.css
index 8bd6bf4..8977533 100644
--- a/cgit.css
+++ b/cgit.css
@@ -1,7 +1,6 @@
body {
- font-family: arial, sans-serif;
+ font-family: arial;
font-size: 11pt;
- color: black;
background: white;
}
@@ -115,17 +114,15 @@ td#crumb {
td#crumb a {
color: #ccc;
- background-color: #666;
}
td#crumb a:hover {
color: #eee;
- background-color: #666;
}
td#search {
text-align: right;
- vertical-align: middle;
+ vertical-align: center;
padding-right: 0.5em;
}
@@ -290,7 +287,7 @@ table.diffstat td.upd a {
table.diffstat td.graph {
width: 75%;
- vertical-align: middle;
+ vertical-align: center;
}
table.diffstat td.graph table {
@@ -311,6 +308,10 @@ table.diffstat td.graph td.rem {
background-color: #c55;
}
+table.diffstat td.graph td.none {
+ background-color: none;
+}
+
div.diffstat-summary {
color: #888;
padding-top: 0.5em;
@@ -339,7 +340,7 @@ table.diff td div.del {
}
.sha1 {
- font-family: monospace;
+ font-family: courier;
font-size: 90%;
}