0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 05:12:39 +00:00

list-style-type is a property of <li>, not <ul>

This commit is contained in:
Eric Scheid
2018-12-23 17:35:06 +11:00
parent bf21c3d351
commit 831bf5bc62

View File

@@ -464,6 +464,8 @@ body {
}
ul{
padding-left : 0;
}
ul li{
list-style-type : none;
}
&>ul>li{