even out blockquote top/bottom padding

This commit is contained in:
Jeff Atwood 2013-10-22 14:18:41 -07:00
parent d90001e857
commit 5e2d8dcf37
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ form {
blockquote {
/* 13px left is intentional here to properly align with post quotes */
padding: 10px 8px 1px 13px;
padding: 10px 4px 4px 13px;
background-color: $quote-background;
border-left: 5px solid darken($quote-background, 20%);
p {