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