aboutsummaryrefslogtreecommitdiff
path: root/cgit.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/cgit.css b/cgit.css
index 53c93f2..97ae4d1 100644
--- a/cgit.css
+++ b/cgit.css
@@ -294,18 +294,19 @@ div.diffstat-summary {
padding-top: 0.5em;
}
+table.diff th {
+ padding: 1em 0em 0.1em 0.1em;
+ text-align: left;
+}
+
table.diff td {
+ border: solid 1px black;
font-family: monospace;
white-space: pre;
}
-table.diff td div.head {
- font-weight: bold;
- padding-top: 1em;
-}
-
table.diff td div.hunk {
- color: #009;
+ background: #ccc;
}
table.diff td div.add {