From d752aa18fb34928491e308a85286101b9f6e35e1 Mon Sep 17 00:00:00 2001 From: cel Date: Wed, 25 Mar 2020 14:34:40 -0400 Subject: Make diff table more compact --- static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/styles.css') 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; } -- cgit v1.2.3