no margin-top on first labels
This commit is contained in:
parent
ed70f7187e
commit
3276e31aea
3 changed files with 3 additions and 1 deletions
|
@ -599,6 +599,7 @@ ul:first-child,
|
||||||
ol:first-child,
|
ol:first-child,
|
||||||
dl:first-child,
|
dl:first-child,
|
||||||
blockquote:first-child,
|
blockquote:first-child,
|
||||||
|
label:first-child,
|
||||||
pre:first-child,
|
pre:first-child,
|
||||||
h1:first-child,
|
h1:first-child,
|
||||||
.h1-like:first-child,
|
.h1-like:first-child,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -139,6 +139,7 @@ ul,
|
||||||
ol,
|
ol,
|
||||||
dl,
|
dl,
|
||||||
blockquote,
|
blockquote,
|
||||||
|
label,
|
||||||
pre,
|
pre,
|
||||||
h1,
|
h1,
|
||||||
.h1-like,
|
.h1-like,
|
||||||
|
|
Loading…
Reference in a new issue