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 {