From e63b6882399183f317679f4bf69055afe7c4e95a Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Tue, 13 Feb 2024 03:52:08 -0500 Subject: [PATCH] Minor css fixes --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 34781ce..1d6371d 100644 --- a/static/style.css +++ b/static/style.css @@ -525,7 +525,7 @@ div.post div.body { div.post.reply { background: #D6DAF0; - margin: 0.2em 4px; + margin: 4px; padding: 0.5em 0.3em 0.5em 0.6em; border-width: 1px; border-style: none solid solid none; @@ -865,6 +865,7 @@ pre { overflow: hidden; position: relative; font-size: 10pt; + padding-top: 5px; margin-top: 5px; margin-bottom: 20px; }