aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index 0214ac4..50ad7c0 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -240,5 +240,9 @@ th {
background-color: #ccc;
}
+.diff-line * {
+ margin: 0;
+}
+
.diff-old { background-color: #ffe2dd; }
.diff-new { background-color: #d1ffd6; }