Minor css fixes

This commit is contained in:
towards-a-new-leftypol 2024-02-13 03:52:08 -05:00
parent b44523d6d9
commit e63b688239
1 changed files with 2 additions and 1 deletions

View File

@ -525,7 +525,7 @@ div.post div.body {
div.post.reply { div.post.reply {
background: #D6DAF0; background: #D6DAF0;
margin: 0.2em 4px; margin: 4px;
padding: 0.5em 0.3em 0.5em 0.6em; padding: 0.5em 0.3em 0.5em 0.6em;
border-width: 1px; border-width: 1px;
border-style: none solid solid none; border-style: none solid solid none;
@ -865,6 +865,7 @@ pre {
overflow: hidden; overflow: hidden;
position: relative; position: relative;
font-size: 10pt; font-size: 10pt;
padding-top: 5px;
margin-top: 5px; margin-top: 5px;
margin-bottom: 20px; margin-bottom: 20px;
} }