Skip to content

Commit c8ce8be

Browse files
committed
Default list style position to "outside"
See necolas#881.
1 parent 0c8f0ca commit c8ce8be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

normalize.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,3 +396,11 @@ template {
396396
[hidden="until-found"] {
397397
display: revert;
398398
}
399+
400+
/**
401+
* Default list style to "outside" in Chrome
402+
*/
403+
404+
li {
405+
list-style-position: outside;
406+
}

0 commit comments

Comments
 (0)