Merge pull request #886 from SISheogorath/fix/ToCHeader

Refactor generation of ToC
This commit is contained in:
Christoph (Sheogorath) Kern
2018-07-04 21:13:14 +02:00
committed by GitHub
2 changed files with 70 additions and 46 deletions

View File

@@ -93,6 +93,10 @@
color: #777;
}
.toc .invisable-node {
list-style-type: none;
}
.ui-toc {
position: fixed;
bottom: 20px;