diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-04 15:38:47 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-04 15:38:47 +0100 |
commit | ae891ab3229d81558615555bf0dc1eb8f90b3ac8 (patch) | |
tree | e2b52badfe5b538d5dfbd451b109330b52e1422e /doc | |
parent | 0a14441d35d4b69b039fb08205896f93f30a1d44 (diff) | |
download | weechat-ae891ab3229d81558615555bf0dc1eb8f90b3ac8.zip |
doc: reduce font size in table of contents
Diffstat (limited to 'doc')
-rw-r--r-- | doc/docinfo.html | 4 |
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); |