diff options
author | Case Duckworth | 2022-06-13 09:37:26 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-13 09:37:26 -0500 |
commit | 972e82ee7c8f18249e0024ea03ba2dc3a7895f65 (patch) | |
tree | b05f78e443cca3574501e6ac2306b3d49b6e941d | |
parent | Change configuration around a bit (diff) | |
download | cgit-972e82ee7c8f18249e0024ea03ba2dc3a7895f65.tar.gz cgit-972e82ee7c8f18249e0024ea03ba2dc3a7895f65.zip |
Fix code padding
-rw-r--r-- | cgit.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css index 68e603e..9cf1436 100644 --- a/cgit.css +++ b/cgit.css | |||
@@ -891,7 +891,7 @@ div#cgit table.ssdiff td.space div { | |||
891 | 891 | ||
892 | div#cgit div.content pre>code { | 892 | div#cgit div.content pre>code { |
893 | background-color: #ffe; | 893 | background-color: #ffe; |
894 | padding: 1ch; | 894 | padding: 0; |
895 | display: block; | 895 | display: block; |
896 | } | 896 | } |
897 | 897 | ||