diff --git a/mkdocs/themes/readthedocs/base.html b/mkdocs/themes/readthedocs/base.html index fe4c1474..b6b7ba65 100644 --- a/mkdocs/themes/readthedocs/base.html +++ b/mkdocs/themes/readthedocs/base.html @@ -57,7 +57,11 @@
diff --git a/mkdocs/themes/readthedocs/css/theme_extra.css b/mkdocs/themes/readthedocs/css/theme_extra.css index 675760c9..ccb384e9 100644 --- a/mkdocs/themes/readthedocs/css/theme_extra.css +++ b/mkdocs/themes/readthedocs/css/theme_extra.css @@ -25,7 +25,7 @@ h3, h4, h5, h6 { color: #838383; } -.wy-menu-vertical .toctree-l2 a { +.wy-menu-vertical .subnav a { padding: 0.4045em 2.427em; } @@ -116,3 +116,11 @@ code.cs, code.c { padding: 6px 12px; border-color: #D1D4D5; } + +.wy-menu-vertical li ul { + display: inherit; +} + +.wy-menu-vertical li ul.subnav ul.subnav{ + padding-left: 1em; +} diff --git a/mkdocs/themes/readthedocs/toc.html b/mkdocs/themes/readthedocs/toc.html index c7f1d03d..6cd2fc9b 100644 --- a/mkdocs/themes/readthedocs/toc.html +++ b/mkdocs/themes/readthedocs/toc.html @@ -1,38 +1,23 @@ -