Manual: Fix numbered list not showing numbers

This commit is contained in:
Wuzzy 2024-03-21 22:36:09 +01:00
parent 06cee828c1
commit 512ed3e973

View File

@ -38,10 +38,12 @@ kbd {
padding-right: 0.5em;
}
li {
list-style-type: square;
margin-top: 0.2em;
margin-bottom: 0.2em;
}
ul li {
list-style-type: square;
}
p {
padding-top: 0.4em;
padding-left: 0.4em;