about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-06-13 09:37:26 -0500
committerCase Duckworth2022-06-13 09:37:26 -0500
commit972e82ee7c8f18249e0024ea03ba2dc3a7895f65 (patch)
treeb05f78e443cca3574501e6ac2306b3d49b6e941d
parentChange configuration around a bit (diff)
downloadcgit-972e82ee7c8f18249e0024ea03ba2dc3a7895f65.tar.gz
cgit-972e82ee7c8f18249e0024ea03ba2dc3a7895f65.zip
Fix code padding
-rw-r--r--cgit.css2
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
892div#cgit div.content pre>code { 892div#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