deleting p:first-child {margin-top: 0} rule

This commit is contained in:
raphaelgoetter 2013-08-12 19:56:32 +02:00
parent 670cd255ec
commit ab5c79fc67
2 changed files with 1 additions and 2 deletions

View File

@ -152,7 +152,6 @@ sub {
table { margin-bottom: 1.5em; } table { margin-bottom: 1.5em; }
/* avoid top margins on first content element */ /* avoid top margins on first content element */
p:first-child,
ul:first-child, ul:first-child,
ol:first-child, ol:first-child,
dl:first-child, dl:first-child,

View File

@ -154,7 +154,7 @@ mark {
table { margin-bottom: 1.5em; } table { margin-bottom: 1.5em; }
/* avoid top margins on first content element */ /* avoid top margins on first content element */
p, ul, ol, dl, ul, ol, dl,
blockquote, pre, blockquote, pre,
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
&:first-child { &:first-child {