fix(css): use disc style for index-list

This commit is contained in:
curben 2019-10-17 06:35:47 +01:00
parent f92b7e0b53
commit f187cad58a
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ ul {
ul.index-list { ul.index-list {
margin-left: unset; margin-left: unset;
list-style: disc;
} }
ol { ol {