From f557f7eeb9f08c0dcbf4d78d0867487454951094 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 27 Aug 2014 02:45:57 -0700 Subject: [PATCH] change fix for [quote] padding --- app/assets/stylesheets/desktop/topic-post.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index d1f70012353..2a9f8763583 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -683,9 +683,8 @@ blockquote > *:last-child { .title { border-left: 5px solid darken(scale-color-diff(), 10%); background-color: scale-color-diff(); - padding: 12px; - /* blockquote is underneath this and has top margin we need to absorb */ - margin-bottom: -1.5em; + padding: 12px 12px 0 12px; + /* blockquote is underneath this and has top margin */ .avatar { margin-right: 7px; } img { margin-top: -4px; } }