Skip to content

Commit cb42d40

Browse files
committed
Merge commit 'refs/pull/881/head' of https://github.com/necolas/normalize.css into pr-branch
2 parents ccc8470 + 8415c42 commit cb42d40

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

normalize.css

+8
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,11 @@ template {
237237
[hidden] {
238238
display: none;
239239
}
240+
241+
/**
242+
* Default list style to "outside" in Chrome
243+
*/
244+
245+
li {
246+
list-style-position: outside;
247+
}

0 commit comments

Comments
 (0)