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:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user