Skip to content

Commit 73a6b5a

Browse files
authored
fix(css): correct typo 'lyst-style-image' to 'list-style-image' (#199)
1 parent 12583e1 commit 73a6b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0
264264

265265
nav ol { margin-top: 0; }
266266

267-
ul.property-definitions { list-style: none; lyst-style-image: none; margin: 0; padding: 0; }
267+
ul.property-definitions { list-style: none; list-style-image: none; margin: 0; padding: 0; }
268268
ul.property-definitions li { margin: 1em 0 1em 1em; }
269269
.property-definitions dfn { font-style: normal; font-weight: bold; }
270270
.property-definitions q { font-family: monospace; }

0 commit comments

Comments
 (0)