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

View file

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