From ba819a1f1a4785525f4a9ac2d3dd713014efa261 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 7 Jan 2025 18:55:08 +0100 Subject: [PATCH] style.css: set the margin of omitted post indicator like margin on intro --- stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index d1c9096b..d38d9547 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -383,6 +383,7 @@ span.quote { span.omitted { display: block; margin-top: 1em; + margin-left: 0.4em; } br.clear {