fix blockquote as first element in post

This commit is contained in:
Jeff Atwood 2014-06-30 00:51:17 -07:00
parent 90d7718103
commit 5eef1e0b59
2 changed files with 6 additions and 2 deletions

View file

@ -664,7 +664,9 @@ iframe {
blockquote { /* solo quotes */
margin: 0;
/* inherit only the default top and bottom margins here */
margin-left: 0;
margin-right: 0;
padding: 12px;
a.mention {background: darken(scale-color-diff(), 10%);}

View file

@ -474,7 +474,9 @@ span.btn-text {display: none;}
blockquote {
clear:both;
margin: 0;
/* leave browser defaults for top and bottom here */
margin-left: 0;
margin-right: 0;
}
.quote-controls {