mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 03:33:58 -06:00
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;
|
||||
}
|
||||
|
||||
// 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 New Issue
Block a user