From 2431eb78b2d2d3f4bc259c717ec66905bc0b6de6 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 28 Aug 2024 22:49:37 +0200 Subject: [PATCH] style.css: newline with a bit of margin after op's head --- stylesheets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 2f2b5ea6..62a10ce8 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -311,6 +311,11 @@ div.post > p { } } +div.post.op > p { + clear: both; + padding-top: 1em; +} + div.post div.body { margin-top: 0.8em; padding-right: 3em;