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

Suppress bullets inside table of contents
This commit is contained in:
Travis Ralston 2020-10-06 16:06:32 -06:00 committed by GitHub
commit ea5c8ba649
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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