diff options
author | Sheogorath | 2018-07-04 21:08:57 +0200 |
---|---|---|
committer | Sheogorath | 2018-07-04 21:09:06 +0200 |
commit | df05bff82a32dc2f535cd72f4624006bdc10f904 (patch) | |
tree | ba519878dfed69b7e33368a96af8ccb73daa89ad /public/css | |
parent | cf934a4e5120b6d62cc8798aed52be2c424de91f (diff) |
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>
Diffstat (limited to '')
-rw-r--r-- | public/css/extra.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/extra.css b/public/css/extra.css index 1b132901..3954c046 100644 --- a/public/css/extra.css +++ b/public/css/extra.css @@ -93,6 +93,10 @@ color: #777; } +.toc .invisable-node { + list-style-type: none; +} + .ui-toc { position: fixed; bottom: 20px; |