From 020d66ffdc5bb330f8b45f7638940507994355dd Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 7 Jan 2025 18:39:31 +0100 Subject: [PATCH] style.css: harmonize post body margins --- stylesheets/style.css | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 9d6ef686..e4b9f844 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -565,16 +565,11 @@ div.post.op > p { div.post div.body { margin-top: 0.8em; + margin-left: 1.4em; padding-right: 3em; padding-bottom: 0.3em; -} -div.post.op div.body { - margin-left: 0.8em; -} - -div.post.reply div.body { - margin-left: 1.8em; + white-space: pre-wrap; } div.post.reply.highlighted { @@ -585,10 +580,6 @@ div.post.reply div.body a { color: #D00; } -div.post div.body { - white-space: pre-wrap; -} - div.post.op { padding-top: 0px; vertical-align: top;