diff options
-rw-r--r-- | doc/toc.html | 1 | ||||
-rw-r--r-- | view/css/mod_help.css | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/toc.html b/doc/toc.html index 9e34fc8d9..4da01d55d 100644 --- a/doc/toc.html +++ b/doc/toc.html @@ -85,6 +85,7 @@ tocUl.removeClass(); // Classes are automatically added to <ul> elements by something else tocUl.toc({content: "#doco-content", headings: "h3"}); tocUl.addClass('toc-content'); + tocUl.addClass('list-unstyled'); tocUl.attr('id', 'doco-side-toc'); } diff --git a/view/css/mod_help.css b/view/css/mod_help.css index c0b0bafa3..643885c99 100644 --- a/view/css/mod_help.css +++ b/view/css/mod_help.css @@ -19,3 +19,11 @@ #doco-top-toc li { padding: 3px 0px; } + +#doco-side-toc li { + padding-left: 10px; +} + +#doco-side-toc { + padding-top: 10px; +}
\ No newline at end of file |