nimdoc: items of ordered lists now have numbers instead of circles

This commit is contained in:
narimiran
2020-11-11 15:59:41 +01:00
parent b831033db6
commit f02c7542fc

View File

@@ -410,7 +410,7 @@ ol ul {
margin-bottom: 0;
margin-left: 1.25em; }
li {
ul.simple > li {
list-style-type: circle;
}