Merge pull request #839 from anaqreon/doco

Fix CSS for help page content list in sidebar.
This commit is contained in:
git-marijus 2017-08-06 23:39:03 +02:00 committed by GitHub
commit 3c73228d80
2 changed files with 9 additions and 0 deletions

View File

@ -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');
}

View File

@ -19,3 +19,11 @@
#doco-top-toc li {
padding: 3px 0px;
}
#doco-side-toc li {
padding-left: 10px;
}
#doco-side-toc {
padding-top: 10px;
}