diff options
author | Case Duckworth | 2022-06-15 10:16:30 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-15 10:16:30 -0500 |
commit | 770ec13f39a500438c1acca80f87fdae688146e0 (patch) | |
tree | 36a2117068b5f8a3da8c2ea9d3a288afa5712d13 | |
parent | Reconfigure (diff) | |
download | cgit-770ec13f39a500438c1acca80f87fdae688146e0.tar.gz cgit-770ec13f39a500438c1acca80f87fdae688146e0.zip |
Update padding
-rw-r--r-- | cgit.css | 6 |
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 | ||
892 | div#cgit div.content pre>code { | 892 | pre>code { |
893 | padding: 0 1em; | ||
894 | } | ||
895 | |||
896 | div#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; |