Merge pull request #835 from anaqreon/2.6RC
Fix styling on help page content list in sidebar.
This commit is contained in:
commit
bac297cf31
@ -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');
|
||||
|
||||
}
|
||||
|
@ -19,3 +19,11 @@
|
||||
#doco-top-toc li {
|
||||
padding: 3px 0px;
|
||||
}
|
||||
|
||||
#doco-side-toc li {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#doco-side-toc {
|
||||
padding-top: 10px;
|
||||
}
|
Reference in New Issue
Block a user