Merge pull request #2806 from wbamberg/remove-toc-bullets

Suppress bullets inside table of contents
pull/2809/head
Travis Ralston 4 years ago committed by GitHub
commit ea5c8ba649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -290,3 +290,6 @@ div.admonition-example {
border: 1px solid #ccc;
}
div#table-of-contents ul {
list-style-type: none;
}

Loading…
Cancel
Save