mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 08:38:36 +01:00
Suppress bullets inside table of contents
This commit is contained in:
parent
a085fabd42
commit
deef4f5e7c
|
|
@ -290,3 +290,6 @@ div.admonition-example {
|
|||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
div#table-of-contents ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue