diff options
author | narimiran <narimiran@disroot.org> | 2020-11-11 15:59:41 +0100 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2020-11-11 15:59:41 +0100 |
commit | f02c7542fcd21d4b3d7b82908325512be4e5404a (patch) | |
tree | 38f1f66db6b0a781fd8a1e5eaea17cffc815f1ea | |
parent | b831033db6c0bb7b11128383e8f186912f620fd1 (diff) | |
download | Nim-f02c7542fcd21d4b3d7b82908325512be4e5404a.tar.gz |
nimdoc: items of ordered lists now have numbers instead of circles
-rw-r--r-- | doc/nimdoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimdoc.css b/doc/nimdoc.css index 457f024b5..2d9533ceb 100644 --- a/doc/nimdoc.css +++ b/doc/nimdoc.css @@ -410,7 +410,7 @@ ol ul { margin-bottom: 0; margin-left: 1.25em; } -li { +ul.simple > li { list-style-type: circle; } |