0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 10:52:46 +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{ ul{
padding-left : 0; padding-left : 0;
}
ul li{
list-style-type : none; list-style-type : none;
} }
&>ul>li{ &>ul>li{