style.css: make margin spacing regular for all post intro grandchildren and poster_id

This commit is contained in:
Zankaria 2025-01-04 22:19:07 +01:00 committed by Zankaria
parent ad192b743f
commit 4f379d49f4

View File

@ -254,9 +254,11 @@ input.delete {
scale: 1.05; scale: 1.05;
} }
.intro span.subject { .intro * *, .poster_id {
margin-right: 0.3em; margin-right: 0.3em;
}
.intro span.subject {
color: #0F0C5D; color: #0F0C5D;
font-weight: bold; font-weight: bold;
} }