aboutsummaryrefslogtreecommitdiffstats
path: root/doc/toc.html
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-08-06 23:39:20 +0200
committerGitHub <noreply@github.com>2017-08-06 23:39:20 +0200
commitbac297cf3163098fcf675fa5875c2c09e6895ebf (patch)
tree7bf2474c7a31e0bed1b2f615bc7eeca90073301b /doc/toc.html
parent0085b64b2bb22cf463ec66376d06d64d5b5b5730 (diff)
parenta100c47f117d3e4be7f7f1bd375843039b11683d (diff)
downloadvolse-hubzilla-bac297cf3163098fcf675fa5875c2c09e6895ebf.tar.gz
volse-hubzilla-bac297cf3163098fcf675fa5875c2c09e6895ebf.tar.bz2
volse-hubzilla-bac297cf3163098fcf675fa5875c2c09e6895ebf.zip
Merge pull request #835 from anaqreon/2.6RC
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');
}