diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-04 16:43:07 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-04 16:43:07 +0100 |
commit | d07119ca490eb01b5b4506fb02433a59deb0ac19 (patch) | |
tree | 9a10c1ef447b6f9caa45df842d8680b27d74738c /docs/_themes/searx | |
parent | eedd63ccd504099836d9f528d02daffa6bc826ad (diff) | |
download | searxng-d07119ca490eb01b5b4506fb02433a59deb0ac19.tar.gz searxng-d07119ca490eb01b5b4506fb02433a59deb0ac19.zip |
docs(css): render ..content and ..toctree directive same
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/_themes/searx')
-rw-r--r-- | docs/_themes/searx/static/searx.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/_themes/searx/static/searx.css b/docs/_themes/searx/static/searx.css index d6a664f0f..ae742a4e0 100644 --- a/docs/_themes/searx/static/searx.css +++ b/docs/_themes/searx/static/searx.css @@ -33,7 +33,7 @@ p.sidebar-title, .sidebar p { /* admonitions */ -div.admonition, div.topic { +div.admonition, div.topic, div.toctree-wrapper { background-color: #fafafa; margin: 8px 0px; padding: 1em; @@ -42,6 +42,16 @@ div.admonition, div.topic { border-right: none; border-bottom: none; border-left: 5pt solid #ccc; + list-style-type: disclosure-closed; +} + +div.toctree-wrapper p.caption { + font-weight: normal; + font-size: 24px; + margin: 0 0 10px 0; + padding: 0; + line-height: 1; + display: inline; } p.admonition-title:after { |