change fix for [quote] padding

This commit is contained in:
Jeff Atwood 2014-08-27 02:45:57 -07:00
parent dc6dd26b10
commit f557f7eeb9

View File

@ -683,9 +683,8 @@ blockquote > *:last-child {
.title { .title {
border-left: 5px solid darken(scale-color-diff(), 10%); border-left: 5px solid darken(scale-color-diff(), 10%);
background-color: scale-color-diff(); background-color: scale-color-diff();
padding: 12px; padding: 12px 12px 0 12px;
/* blockquote is underneath this and has top margin we need to absorb */ /* blockquote is underneath this and has top margin */
margin-bottom: -1.5em;
.avatar { margin-right: 7px; } .avatar { margin-right: 7px; }
img { margin-top: -4px; } img { margin-top: -4px; }
} }