about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-06-15 10:16:30 -0500
committerCase Duckworth2022-06-15 10:16:30 -0500
commit770ec13f39a500438c1acca80f87fdae688146e0 (patch)
tree36a2117068b5f8a3da8c2ea9d3a288afa5712d13
parentReconfigure (diff)
downloadcgit-770ec13f39a500438c1acca80f87fdae688146e0.tar.gz
cgit-770ec13f39a500438c1acca80f87fdae688146e0.zip
Update padding
-rw-r--r--cgit.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css index 9cf1436..201cba5 100644 --- a/cgit.css +++ b/cgit.css
@@ -889,7 +889,11 @@ div#cgit table.ssdiff td.space div {
889 min-height: 3em; 889 min-height: 3em;
890} 890}
891 891
892div#cgit div.content pre>code { 892pre>code {
893 padding: 0 1em;
894}
895
896div#cgit div.content table.blob pre>code {
893 background-color: #ffe; 897 background-color: #ffe;
894 padding: 0; 898 padding: 0;
895 display: block; 899 display: block;