From 770ec13f39a500438c1acca80f87fdae688146e0 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 15 Jun 2022 10:16:30 -0500 Subject: Update padding --- cgit.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 { min-height: 3em; } -div#cgit div.content pre>code { +pre>code { + padding: 0 1em; +} + +div#cgit div.content table.blob pre>code { background-color: #ffe; padding: 0; display: block; -- cgit 1.4.1-21-gabe81