summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css15
1 files changed, 7 insertions, 8 deletions
diff --git a/cgit.css b/cgit.css
index 8977533..8bd6bf4 100644
--- a/cgit.css
+++ b/cgit.css
@@ -1,15 +1,16 @@
body {
- font-family: arial;
+ font-family: arial, sans-serif;
font-size: 11pt;
+ color: black;
background: white;
}
body, table {
padding: 0em;
margin: 0em;
}
table {
border-collapse: collapse;
}
@@ -105,33 +106,35 @@ td#crumb, td#search {
border-top: solid 3px #555;
background-color: #666;
border-bottom: solid 1px #333;
padding: 2px 1em;
}
td#crumb {
font-weight: bold;
}
td#crumb a {
color: #ccc;
+ background-color: #666;
}
td#crumb a:hover {
color: #eee;
+ background-color: #666;
}
td#search {
text-align: right;
- vertical-align: center;
+ vertical-align: middle;
padding-right: 0.5em;
}
td#search form {
margin: 0px;
padding: 0px;
}
td#search input {
font-size: 9pt;
padding: 0px;
width: 10em;
@@ -278,49 +281,45 @@ table.diffstat td.add a {
}
table.diffstat td.del a {
color: red;
}
table.diffstat td.upd a {
color: blue;
}
table.diffstat td.graph {
width: 75%;
- vertical-align: center;
+ vertical-align: middle;
}
table.diffstat td.graph table {
border: none;
}
table.diffstat td.graph td {
padding: 0px;
border: 0px;
height: 7pt;
}
table.diffstat td.graph td.add {
background-color: #5c5;
}
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;
}
table.diff td {
font-family: monospace;
white-space: pre;
}
table.diff td div.head {
font-weight: bold;
@@ -331,25 +330,25 @@ table.diff td div.hunk {
color: #009;
}
table.diff td div.add {
color: green;
}
table.diff td div.del {
color: red;
}
.sha1 {
- font-family: courier;
+ font-family: monospace;
font-size: 90%;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
table.list td.repogroup {