22 lines
251 B
CSS
22 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;
|
||
|
}
|