From 55d21a4dd546bb57b59270bcce43238e4f8a0264 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 12e5a4c5..78bc7635 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -633,6 +633,7 @@ span.trip { span.omitted { display: block; margin-top: 1em; + margin-left: 0.4em; } br.clear {