From df05bff82a32dc2f535cd72f4624006bdc10f904 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Wed, 4 Jul 2018 21:08:57 +0200 Subject: ToC: Some HTML improvements and style fixes The ToC generated broken HTML with unclosed `
  • ` 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 --- public/css/extra.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/css') 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; -- cgit v1.2.3