baseddata.io/static/css/toc.css

22 lines
251 B
CSS
Raw Normal View History

2024-08-07 15:32:21 +01:00
/* 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;
}