From e31f5fe33061d7385202dc98b845b46c7717c8d9 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Wed, 31 Aug 2022 21:40:20 +0200 Subject: [PATCH] Add toc style Fixes #300 --- static/stylesheet/style.less | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/static/stylesheet/style.less b/static/stylesheet/style.less index fa7f604..c6283fd 100644 --- a/static/stylesheet/style.less +++ b/static/stylesheet/style.less @@ -276,6 +276,23 @@ main { section#isso-thread .auth-section .input-wrapper { margin-right: 5px; } + + .toc { + margin-top: 2em; + + .toctitle { + font-size: 1.3em + } + + ul { + list-style: none; + padding-inline-start: 1rem; + } + + > ul { + padding: 0; + } + } } footer {