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

This reverts commit 831bf5bc62.
This commit is contained in:
Eric Scheid
2020-01-21 10:07:35 -05:00
committed by Trevor Buckner
parent 09ae750eec
commit 462a5608d2
-2
View File
@@ -464,8 +464,6 @@ body {
}
ul{
padding-left : 0;
}
ul li{
list-style-type : none;
}
&>ul>li{