aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-08-10 21:46:31 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-08-10 22:54:13 +0200
commitcd93f56e200320975ae45ca6e3f3583c9b2b7caf (patch)
treea125e8ac748bf4e7cd67b14541344d9af04ff7c3
parent4b41c2cd2636cee444b7b978a03ad81168952c84 (diff)
downloadsparse-cd93f56e200320975ae45ca6e3f3583c9b2b7caf.tar.gz
doc: make the sidebar more compact
There is generous spacing in the sidebar, too generous. So, reduce it to something more compact, which will also allow more entries without scrolling. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
-rw-r--r--Documentation/sphinx/static/theme_overrides.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/sphinx/static/theme_overrides.css b/Documentation/sphinx/static/theme_overrides.css
index 8d6246e4..8791046c 100644
--- a/Documentation/sphinx/static/theme_overrides.css
+++ b/Documentation/sphinx/static/theme_overrides.css
@@ -1,3 +1,7 @@
+.wy-menu-vertical a, .wy-menu-vertical li.current > a, .wy-menu-vertical p.caption {
+ padding: 0.2em 1.2em;
+}
+
.wy-side-nav-search > a img.logo {
width: 60%;
}