diff --git a/stylesheets/style.css b/stylesheets/style.css index cb30f9b1..2e18cc8f 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -344,6 +344,8 @@ div.post div.body { margin-top: 0.8em; padding-right: 3em; padding-bottom: 0.3em; + + word-wrap: break-word; } div.post.reply.highlighted { @@ -354,11 +356,6 @@ div.post.reply div.body a { color: #D00; } -div.post div.body { - word-wrap: break-word; - white-space: pre-wrap; -} - div.post.op { padding-top: 0px; }