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