1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-08 23:39:46 +01:00

style.css: newline with a bit of margin after op's head

This commit is contained in:
Zankaria 2024-08-28 22:49:37 +02:00 committed by Zankaria
parent 1c98c1ce76
commit 2431eb78b2

View File

@ -311,6 +311,11 @@ div.post > p {
} }
} }
div.post.op > p {
clear: both;
padding-top: 1em;
}
div.post div.body { div.post div.body {
margin-top: 0.8em; margin-top: 0.8em;
padding-right: 3em; padding-right: 3em;