Skip to content

Commit 450aa56

Browse files
committed
Normalize lists
1 parent 0f1f244 commit 450aa56

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

normalize.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,19 @@ sub {
262262
Lists
263263
========================================================================== */
264264

265-
ul,
266-
ol {
267-
margin-left: 0;
265+
dl,
266+
menu,
267+
ol,
268+
p,
269+
pre,
270+
ul {
271+
margin: 1em 0;
272+
}
273+
274+
details,
275+
menu,
276+
ol,
277+
ul {
268278
padding: 0 0 0 40px;
269279
}
270280

0 commit comments

Comments
 (0)