From 22acbbf113c5568447113e63e9d44d3d40006599 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 31 Aug 2025 15:03:32 +0200 Subject: [PATCH] style.css: port post body padding to div.report --- stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index d2130794..741b5ca7 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -808,6 +808,10 @@ hr { div.report { color: #333; + margin-left: 1.4em; + padding-right: 3em; + padding-bottom: 0.3em; + white-space: pre-wrap; } div.top_notice {