mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +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;
|
border: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#table-of-contents ul {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue