diff --git a/inc/display.php b/inc/display.php index 051a7091..b3e7a35a 100644 --- a/inc/display.php +++ b/inc/display.php @@ -375,7 +375,7 @@ '

'; // Body - $built .= $this->body . + $built .= '

' . $this->body . '

' . // Omitted posts ($this->omitted || $this->omitted_images? '' . diff --git a/style.css b/style.css index c04cba83..13ad2c56 100644 --- a/style.css +++ b/style.css @@ -178,7 +178,6 @@ div.post.reply p.body { margin-top: 0.8em; padding-right: 3em; padding-bottom: 0.3em; - word-wrap: break-word; } div.post.reply.highlighted { background: #D6BAD0; @@ -186,6 +185,12 @@ div.post.reply.highlighted { div.post.reply p.body a { color: #D00; } +div.post { + max-width: 97%; +} +div.post p.body { + word-wrap: break-word; +} div.post.reply { background: #D6DAF0; float: left; @@ -194,7 +199,6 @@ div.post.reply { border-width: 1px; border-style: none solid solid none; border-color: #B7C5D9; - max-width: 97%; } span.trip { color: #228854;