1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-02 12:57:35 +01:00

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 25eabc4714
commit ba819a1f1a

View File

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