1st child in post body blockquotes, no top margin
This commit is contained in:
parent
cecdafd4e8
commit
52f79e8096
|
@ -602,6 +602,11 @@
|
||||||
margin-top: 0px !important;
|
margin-top: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ditto for blockquotes, no extra margin for first element inside please
|
||||||
|
.cooked > blockquote *:first-child {
|
||||||
|
margin-top: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.cooked {
|
.cooked {
|
||||||
// set up proper header margins in posts
|
// set up proper header margins in posts
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
|
Loading…
Reference in New Issue