diff --git a/inc/display.php b/inc/display.php index 9b4c2d83..f4cea4e5 100644 --- a/inc/display.php +++ b/inc/display.php @@ -345,6 +345,8 @@ function embed_html($link) { class Post { + public $clean; + public function __construct($post, $root=null, $mod=false) { global $config; if (!isset($root)) diff --git a/stylesheets/style.css b/stylesheets/style.css index 0a3ed8eb..062b2731 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -291,14 +291,15 @@ div.post.reply { div.post_modified { min-width: 47.5em; margin-left: 1.8em; - padding-top: 0.8em; } - div.post_modified div.content-status { margin-top: 0.5em; padding-bottom: 0em; font-size: 72%; } +div.post_modified div.content-status:first-child { + margin-top: 1.3em; +} span.trip { color: #228854;