aboutsummaryrefslogtreecommitdiffstats
path: root/doc/toc.html
diff options
context:
space:
mode:
authorAndrew Manning <andrewmanning@grid.reticu.li>2017-08-03 01:56:54 +0000
committerAndrew Manning <andrewmanning@grid.reticu.li>2017-08-03 01:56:54 +0000
commita100c47f117d3e4be7f7f1bd375843039b11683d (patch)
tree1f6844ce50b1626037e25ac926779de0dc3ad271 /doc/toc.html
parent2a34a497d5f845a2d1b1a71d459bff279be3cf9c (diff)
downloadvolse-hubzilla-a100c47f117d3e4be7f7f1bd375843039b11683d.tar.gz
volse-hubzilla-a100c47f117d3e4be7f7f1bd375843039b11683d.tar.bz2
volse-hubzilla-a100c47f117d3e4be7f7f1bd375843039b11683d.zip
Fix styling on help page content list in sidebar.
Diffstat (limited to 'doc/toc.html')
-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');
}