style.css: set the margin of omitted post indicator like margin on intro

This commit is contained in:
Zankaria 2025-01-07 18:55:08 +01:00
parent 22626b4a6f
commit 55d21a4dd5

View file

@ -633,6 +633,7 @@ span.trip {
span.omitted { span.omitted {
display: block; display: block;
margin-top: 1em; margin-top: 1em;
margin-left: 0.4em;
} }
br.clear { br.clear {