diff options
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 4 |
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; } |