ToC: Some HTML improvements and style fixes

The ToC generated broken HTML with unclosed `<li>` tags. This got fixed
as well as some minor optimisation and adding list elements for the
subentries so the elements appear in the ToC while scrolling.

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
Sheogorath
2018-07-04 21:08:57 +02:00
parent cf934a4e51
commit df05bff82a
2 changed files with 20 additions and 6 deletions

View File

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