Merge pull request #2221 from awesomerobot/master

fixing blockquotes in composer preview
This commit is contained in:
Jeff Atwood 2014-04-02 20:15:07 -07:00
commit 554485cf87
1 changed files with 1 additions and 0 deletions

View File

@ -488,6 +488,7 @@ div.ac-wrap {
p { p {
margin-top: 19px; margin-top: 19px;
} }
blockquote p:first-of-type {margin-top: 0px;}
} }
#wmd-input, #wmd-preview-scroller { #wmd-input, #wmd-preview-scroller {
position: absolute; position: absolute;