diff --git a/stylesheets/style.css b/stylesheets/style.css index 27d8a747..8bb9a979 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -521,6 +521,11 @@ div.post > p { } } +div.post.op > p { + clear: both; + padding-top: 1em; +} + div.post div.body { margin-top: 0.8em; padding-right: 3em;