aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519>2020-03-25 14:34:40 -0400
committercel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519>2020-03-28 13:55:47 -0400
commitd752aa18fb34928491e308a85286101b9f6e35e1 (patch)
treea73c7efeae95ce9852427ece903be13a5124802d /static/styles.css
parent4ee97dfaa67cc8ab77bbac574f0d05c6d60f4e37 (diff)
downloadpatchfoo-d752aa18fb34928491e308a85286101b9f6e35e1.tar.gz
patchfoo-d752aa18fb34928491e308a85286101b9f6e35e1.zip
Make diff table more compact
Diffstat (limited to 'static/styles.css')
-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; }