diff --git a/stylesheets/style.css b/stylesheets/style.css index 2f2b5ea6..62a10ce8 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -311,6 +311,11 @@ div.post > p { } } +div.post.op > p { + clear: both; + padding-top: 1em; +} + div.post div.body { margin-top: 0.8em; padding-right: 3em;