aboutsummaryrefslogtreecommitdiff
path: root/cgit.css
diff refs
from:
to:
flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/cgit.css b/cgit.css
index 97ae4d1..6231e28 100644
--- a/cgit.css
+++ b/cgit.css
@@ -241,11 +241,10 @@ table.diffstat {
margin-top: 1.5em;
width: 100%;
border: solid 1px #aaa;
- background-color: #eee;
}
table.diffstat tr:hover {
- background-color: #ccc;
+ background-color: #eee;
}
table.diffstat th {
@@ -260,6 +259,8 @@ 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 {
@@ -286,7 +287,7 @@ table.diffstat td.graph {
table.diffstat td.graph img {
border: none;
- height: 8pt;
+ height: 11pt;
}
div.diffstat-summary {