diff options
Diffstat (limited to 'docs/style.css')
-rw-r--r-- | docs/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css index 646a097..beccf45 100644 --- a/docs/style.css +++ b/docs/style.css @@ -126,6 +126,10 @@ ul, ol { margin-bottom: 24px; } +ul#toc { + list-style-type: none; +} + li + li { margin-top: 0.1em; } |