Fix CSS for help page content list in sidebar.
This commit is contained in:
@@ -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');
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user