Add text variant
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
19
assets/css/lib/tocbot.css
Normal file
19
assets/css/lib/tocbot.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.toc ol {
|
||||
counter-reset: item;
|
||||
list-style: decimal;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.toc li:before {
|
||||
content: counters(item, ".") " ";
|
||||
counter-increment: item;
|
||||
}
|
||||
|
||||
a.toc-link {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.toc>.toc-list li {
|
||||
list-style: none
|
||||
}
|
Reference in New Issue
Block a user