From 54012e2ee3a5ac7783727fc9a03ab9db5cb77dd2 Mon Sep 17 00:00:00 2001 From: unknown <8n-tech@users.noreply.github.com> Date: Thu, 23 Oct 2014 05:07:54 -0500 Subject: [PATCH] [#201] Fixed edit text margins. --- inc/display.php | 2 ++ stylesheets/style.css | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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;