From b732e9b1bb25611ec360c044fefe94cc36ed3a9a Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 31 Oct 2014 11:46:31 -0700 Subject: [PATCH] tighten up expansion left gutter --- app/assets/stylesheets/desktop/topic-post.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index ea3c2c0b6f3..8cbb5dd38b3 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -242,7 +242,7 @@ nav.post-controls { .topic-body { background: dark-light-diff($primary, $secondary, 90%, -65%) !important; - width: 86%; + width: 87%; padding-left: 1%; padding-right: 1%; border-top: none; @@ -253,7 +253,7 @@ nav.post-controls { .topic-avatar { width: 45px; - margin: 0 10px 0 15px; + margin: 0 5px 0 15px; border: none; }