20 lines
357 B
CSS
20 lines
357 B
CSS
.toc ol {
|
|
counter-reset: item !important;
|
|
list-style: decimal !important;
|
|
line-height: 1.25 !important;
|
|
}
|
|
|
|
.toc li:before {
|
|
content: counters(item, ".") " " !important;
|
|
counter-increment: item !important;
|
|
}
|
|
|
|
a.toc-link {
|
|
text-decoration: none !important;
|
|
font-weight: normal !important;
|
|
}
|
|
|
|
.toc>.toc-list li {
|
|
list-style: none !important;
|
|
}
|