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
@@ -274,6 +274,2 @@ table.diffstat {
-table.diffstat tr:hover {
- background-color: #ccc;
-}
-
table.diffstat th {
@@ -341,2 +337,6 @@ div.diffstat-summary {
+table.diff {
+ width: 100%;
+}
+
table.diff td {
@@ -348,3 +348,4 @@ table.diff td div.head {
font-weight: bold;
- padding-top: 1em;
+ margin-top: 1em;
+ background-color: #eee;
}