diff --git a/themes/mongodb/static/mongodb-docs.css_t b/themes/mongodb/static/mongodb-docs.css_t index 2050f74c216..b5b9e0870f1 100644 --- a/themes/mongodb/static/mongodb-docs.css_t +++ b/themes/mongodb/static/mongodb-docs.css_t @@ -98,6 +98,7 @@ div.sphinxsidebar { } div.sphinxsidebarwrapper{ + font-size: 1.0em; background-color: #F3F4EB; padding: 12px 5px; } @@ -402,22 +403,19 @@ div.sphinxsidebar ul.current li.toctree-l1 a { } */ div.sphinxsidebar ul.current li.toctree-l2 a { - font-size: 1.1em; color: black; line-height: 1.5em; } + div.sphinxsidebar ul.current li.toctree-l3 a { - font-size: 1.0em; color: black; line-height: 1.5em; } div.sphinxsidebar ul.current li.toctree-l4 a { - font-size: .95em; color: black; line-height: 1.5em; } div.sphinxsidebar ul.current li.toctree-l5 a { - font-size: .9em; color: black; line-height: 1.5em; } @@ -855,7 +853,7 @@ h4#vnd {padding:0;margin:0;line-height:1.5;padding-left:10px;} div.sphinxsidebarwrapper {padding-top:0.5em; padding-left: 8px;} div.sphinxsidebarwrapper ul {margin:0;padding:0;margin-left:10px;} -div.sphinxsidebarwrapper ul li {font-size:1.0em;font-family:Helvetica,Arial,Sans-serif;line-height:1.5;} +div.sphinxsidebarwrapper ul li {font-family:Helvetica,Arial,Sans-serif;line-height:1.5;} div.sphinxsidebarwrapper ul li a:active, div.sphinxsidebarwrapper ul li a:focus {font-weight:900;} div.sphinxsidebarwrapper ul li a tt span {font-family:Helvetica,Arial,sans-serif;font-size:inherit;color: black;}