diff options
author | cel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519> | 2020-03-25 14:34:40 -0400 |
---|---|---|
committer | cel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519> | 2020-03-28 13:55:47 -0400 |
commit | d752aa18fb34928491e308a85286101b9f6e35e1 (patch) | |
tree | a73c7efeae95ce9852427ece903be13a5124802d /static | |
parent | 4ee97dfaa67cc8ab77bbac574f0d05c6d60f4e37 (diff) | |
download | patchfoo-d752aa18fb34928491e308a85286101b9f6e35e1.tar.gz patchfoo-d752aa18fb34928491e308a85286101b9f6e35e1.zip |
Make diff table more compact
Diffstat (limited to 'static')
-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; } |