aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorwww-data <www-data@jessie.vagrantup.com>2017-08-03 01:52:43 +0000
committerAndrew Manning <andrewmanning@grid.reticu.li>2017-08-03 01:54:14 +0000
commitba62f144823fd2ee31e3c19eb2c1cb10782c9184 (patch)
treef2a3388b02f6974c3049e4757a1d29492f276b29 /doc
parent4ea4a036ef7ffbfc03422160c97b613eb9a8fc37 (diff)
downloadvolse-hubzilla-ba62f144823fd2ee31e3c19eb2c1cb10782c9184.tar.gz
volse-hubzilla-ba62f144823fd2ee31e3c19eb2c1cb10782c9184.tar.bz2
volse-hubzilla-ba62f144823fd2ee31e3c19eb2c1cb10782c9184.zip
Fix CSS for help page content list in sidebar.
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');
}