1st child in post body blockquotes, no top margin

This commit is contained in:
Jeff Atwood 2013-04-05 13:43:40 -07:00
parent cecdafd4e8
commit 52f79e8096

View file

@ -602,6 +602,11 @@
margin-top: 0px !important;
}
// ditto for blockquotes, no extra margin for first element inside please
.cooked > blockquote *:first-child {
margin-top: 0px !important;
}
.cooked {
// set up proper header margins in posts
h1, h2, h3, h4, h5, h6 {