summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-12-04 15:38:47 +0100
committerSébastien Helleu <flashcode@flashtux.org>2021-12-04 15:38:47 +0100
commitae891ab3229d81558615555bf0dc1eb8f90b3ac8 (patch)
treee2b52badfe5b538d5dfbd451b109330b52e1422e /doc
parent0a14441d35d4b69b039fb08205896f93f30a1d44 (diff)
downloadweechat-ae891ab3229d81558615555bf0dc1eb8f90b3ac8.zip
doc: reduce font size in table of contents
Diffstat (limited to 'doc')
-rw-r--r--doc/docinfo.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/docinfo.html b/doc/docinfo.html
index 2fc163218..2be23cfaa 100644
--- a/doc/docinfo.html
+++ b/doc/docinfo.html
@@ -108,6 +108,10 @@ td {
border-right: none;
}
+#toc.toc2 > ul {
+ font-size: .9em;
+}
+
@media screen and (max-width:767px) {
#toc.toc2 {
background-color: var(--body-bg-color);