summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css
index 6231e28..97ae4d1 100644
--- a/cgit.css
+++ b/cgit.css
@@ -236,36 +236,35 @@ div.commit-msg {
font-family: monospace;
}
table.diffstat {
border-collapse: collapse;
margin-top: 1.5em;
width: 100%;
border: solid 1px #aaa;
+ background-color: #eee;
}
table.diffstat tr:hover {
- background-color: #eee;
+ background-color: #ccc;
}
table.diffstat th {
font-weight: normal;
text-align: left;
text-decoration: underline;
padding: 0.1em 1em 0.1em 0.1em;
font-size: 100%;
}
table.diffstat td {
padding: 0.2em 0.2em 0.1em 0.1em;
font-size: 100%;
border: none;
- border-top: solid 1px #aaa;
- border-bottom: solid 1px #aaa;
}
table.diffstat td span.modechange {
padding-left: 1em;
color: red;
}
table.diffstat td.add a {
@@ -282,17 +281,17 @@ table.diffstat td.upd a {
table.diffstat td.graph {
width: 75%;
vertical-align: center;
}
table.diffstat td.graph img {
border: none;
- height: 11pt;
+ height: 8pt;
}
div.diffstat-summary {
color: #888;
padding-top: 0.5em;
}
table.diff th {