aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/toc.html1
1 files changed, 1 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');
}