diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2017-03-05 18:29:30 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2017-12-10 12:02:05 +0100 |
commit | a4292f39e071286ab00048f62438b628a1852568 (patch) | |
tree | 46d9514982fdcd304034092ecdc430e42aacb63f | |
parent | 40e5d27a511de9ed2b97a5fa976b1ce9d4999312 (diff) | |
download | ghdl-a4292f39e071286ab00048f62438b628a1852568.tar.gz ghdl-a4292f39e071286ab00048f62438b628a1852568.tar.bz2 ghdl-a4292f39e071286ab00048f62438b628a1852568.zip |
Fix indentation for level 4 menu elements
-rw-r--r-- | doc/_static/theme_overrides.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/_static/theme_overrides.css b/doc/_static/theme_overrides.css index 7f808783b..4af06bdb0 100644 --- a/doc/_static/theme_overrides.css +++ b/doc/_static/theme_overrides.css @@ -39,6 +39,7 @@ footer hr {margin-bottom: 10px} /*Remove 1 indentation space in the sidemenu items*/ .wy-menu-vertical li.current a, .wy-menu-vertical li.toctree-l2.current > a{padding:0.4045em 1.618em} .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a{padding: 0.4045em 1.8em} +.wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a{padding: 0.4045em 2.618em} /*Remove empty add*/ div.wy-menu.rst-pro{display: none !important;max-width: 260px} |