mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Normalize lists
This commit is contained in:
parent
0f1f244aec
commit
450aa56a20
16
normalize.css
vendored
16
normalize.css
vendored
@ -262,9 +262,19 @@ sub {
|
||||
Lists
|
||||
========================================================================== */
|
||||
|
||||
ul,
|
||||
ol {
|
||||
margin-left: 0;
|
||||
dl,
|
||||
menu,
|
||||
ol,
|
||||
p,
|
||||
pre,
|
||||
ul {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
details,
|
||||
menu,
|
||||
ol,
|
||||
ul {
|
||||
padding: 0 0 0 40px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user