re-added p:first-child margin 0
This commit is contained in:
parent
ab5c79fc67
commit
447c3910eb
2 changed files with 2 additions and 1 deletions
|
@ -152,6 +152,7 @@ sub {
|
|||
table { margin-bottom: 1.5em; }
|
||||
|
||||
/* avoid top margins on first content element */
|
||||
p:first-child,
|
||||
ul:first-child,
|
||||
ol:first-child,
|
||||
dl:first-child,
|
||||
|
|
|
@ -154,7 +154,7 @@ mark {
|
|||
table { margin-bottom: 1.5em; }
|
||||
|
||||
/* avoid top margins on first content element */
|
||||
ul, ol, dl,
|
||||
p, ul, ol, dl,
|
||||
blockquote, pre,
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
&:first-child {
|
||||
|
|
Loading…
Reference in a new issue