style.css: harmonize post body margins

This commit is contained in:
Zankaria 2025-01-07 18:39:31 +01:00
parent 7e881e2ec3
commit 020d66ffdc

View file

@ -565,16 +565,11 @@ div.post.op > p {
div.post div.body {
margin-top: 0.8em;
margin-left: 1.4em;
padding-right: 3em;
padding-bottom: 0.3em;
}
div.post.op div.body {
margin-left: 0.8em;
}
div.post.reply div.body {
margin-left: 1.8em;
white-space: pre-wrap;
}
div.post.reply.highlighted {
@ -585,10 +580,6 @@ div.post.reply div.body a {
color: #D00;
}
div.post div.body {
white-space: pre-wrap;
}
div.post.op {
padding-top: 0px;
vertical-align: top;