diff --git a/stylesheets/style.css b/stylesheets/style.css index f4a9b147..c9d69e05 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -72,6 +72,9 @@ table.mod.config-editor input[type="text"] { width: 98%; } +.longtable p { + margin: 0; +} /* Uncategorized */ #post-form-outer { @@ -363,7 +366,7 @@ p.intro a { color: maroon; } -div.post.reply p { +div.post p { display: block; margin: 0; @@ -372,13 +375,16 @@ div.post.reply p { min-height: 1.16em; } -div.post.reply div.body { - margin-left: 1.8em; +div.post div.body { margin-top: 0.8em; padding-right: 3em; padding-bottom: 0.3em; } +div.post.reply div.body { + margin-left: 1.8em; +} + div.post.reply.highlighted { background: #D6BAD0; } @@ -387,10 +393,6 @@ div.post.reply div.body a { color: #D00; } -div.post { - padding-left: 20px; -} - div.post div.body { word-wrap: break-word; white-space: pre-wrap;