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
commit af26992b55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;