diff --git a/assets/plugins/_numbered.scss b/assets/plugins/_numbered.scss index 56cda5a..fadf723 100644 --- a/assets/plugins/_numbered.scss +++ b/assets/plugins/_numbered.scss @@ -19,14 +19,13 @@ $endLevel: 6; } } -.book-toc nav ul { +.book-toc nav ul, +#TableOfContents ul { + counter-reset: item; + li { counter-increment: item; - &:first-child { - counter-reset: item; - } - &:before { content: counters(item, ".") ". "; float: left;