From d56091b35ead4b15ff4f41e18989d10b6ab1ef87 Mon Sep 17 00:00:00 2001 From: 8chan Date: Wed, 22 Oct 2014 21:01:23 -0700 Subject: [PATCH] better markup, remove extra padding --- stylesheets/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 0a3ed8eb..f1aee1a1 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -291,7 +291,6 @@ div.post.reply { div.post_modified { min-width: 47.5em; margin-left: 1.8em; - padding-top: 0.8em; } div.post_modified div.content-status { @@ -300,6 +299,10 @@ div.post_modified div.content-status { font-size: 72%; } +div.post_modified div.content-status:first-child { + margin-top: 1.3em; +} + span.trip { color: #228854; }