From af1154710877c44cf60881bb8e473baa243a95a9 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 7 Feb 2013 11:56:22 -0800 Subject: [PATCH] shift post metadata closer to post --- app/assets/stylesheets/application/topic-post.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application/topic-post.css.scss b/app/assets/stylesheets/application/topic-post.css.scss index fd4349560..af5a71e08 100644 --- a/app/assets/stylesheets/application/topic-post.css.scss +++ b/app/assets/stylesheets/application/topic-post.css.scss @@ -535,7 +535,7 @@ padding-top: 30px; } .post-actions { - padding: 10px 0 0px 15px; + padding: 6px 0 0px 15px; font-size: 12px; img { margin-right: 2px;