aboutsummaryrefslogtreecommitdiffstats
path: root/doc/toc.html
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-08-06 23:39:03 +0200
committerGitHub <noreply@github.com>2017-08-06 23:39:03 +0200
commit3c73228d807137917acc4b8234897842a5e354c4 (patch)
tree13553e73d842bb597b2e1cb9d893061739975cda /doc/toc.html
parent1c0c01ccfe918d0d5eea8fcbba6d5a59d1ab5c84 (diff)
parent03ca0bfa696a76e20ac00525676c9943a25b0370 (diff)
downloadvolse-hubzilla-3c73228d807137917acc4b8234897842a5e354c4.tar.gz
volse-hubzilla-3c73228d807137917acc4b8234897842a5e354c4.tar.bz2
volse-hubzilla-3c73228d807137917acc4b8234897842a5e354c4.zip
Merge pull request #839 from anaqreon/doco
Fix CSS for 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');
}