From 4fc6ab55aa0b0779245e6f7329849a14775d6149 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Tue, 16 Oct 2018 19:00:43 +0200 Subject: [PATCH] This fixes a weird indentation issue in the menu (#45089) --- docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css b/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css index 7ced4ebd498..f9ee045fd4a 100644 --- a/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css +++ b/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css @@ -1597,7 +1597,7 @@ code.code-large,.rst-content tt.code-large{font-size:90%} .wy-menu-vertical li.divide-top{border-top:solid 1px #404040} .wy-menu-vertical li.divide-bottom{border-bottom:solid 1px #404040} .wy-menu-vertical li.current{background:#e3e3e3} -.wy-menu-vertical li.current a{color:gray;border-right:solid 1px #c9c9c9;padding:.4045em 2.427em} +.wy-menu-vertical li.current a{color:gray;border-right:solid 1px #c9c9c9} .wy-menu-vertical li.current a:hover{background:#d6d6d6} .wy-menu-vertical li code,.wy-menu-vertical li .rst-content tt,.rst-content .wy-menu-vertical li tt{border:none;background:inherit;color:inherit;padding-left:0;padding-right:0} .wy-menu-vertical li span.toctree-expand{display:block;float:left;margin-left:-1.2em;font-size:.8em;line-height:1.6em;color:#4d4d4d}