baseddata.io/static/css/toc.css
2024-08-07 15:32:21 +01:00

21 lines
251 B
CSS

/* table of contents */
#tocWrapper {
margin-bottom: 20px;
}
#TableOfContents li::marker {
content: none;
margin: 0px;
}
#TableOfContents li {
margin: 0px;
}
#TableOfContents a {
font-size: 14px;
}
#TableOfContents ul {
margin: 0px;
}