Fix CSS for help page content list in sidebar.

This commit is contained in:
www-data
2017-08-03 01:52:43 +00:00
committed by Andrew Manning
parent 4ea4a036ef
commit ba62f14482
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');
}