From 691cd0b5312d5931b8658e8880882fb9967e8921 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 27d8a747..8bb9a979 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -521,6 +521,11 @@ div.post > p { } } +div.post.op > p { + clear: both; + padding-top: 1em; +} + div.post div.body { margin-top: 0.8em; padding-right: 3em;