mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
1st child in post body blockquotes, no top margin
This commit is contained in:
parent
cecdafd4e8
commit
52f79e8096
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue