summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/cgit.css b/cgit.css
index 65ff5c3..b8c3d81 100644
--- a/cgit.css
+++ b/cgit.css
@@ -273,8 +273,4 @@ table.diffstat {
}
-table.diffstat tr:hover {
- background-color: #ccc;
-}
-
table.diffstat th {
font-weight: normal;
@@ -340,4 +336,8 @@ div.diffstat-summary {
}
+table.diff {
+ width: 100%;
+}
+
table.diff td {
font-family: monospace;
@@ -347,5 +347,6 @@ table.diff td {
table.diff td div.head {
font-weight: bold;
- padding-top: 1em;
+ margin-top: 1em;
+ background-color: #eee;
}