Fixed broken lists in some browsers.

This commit is contained in:
Stephan 2021-06-09 23:00:33 +02:00
parent 7badddadcc
commit 0a37987a2d
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ ul li {
}
ol li, ol {
list-style: auto;
list-style: decimal;
}
li {