diff --git a/themes/mongodb/pagenav.html b/themes/mongodb/pagenav.html index 12b528b36af..34a809ca97b 100644 --- a/themes/mongodb/pagenav.html +++ b/themes/mongodb/pagenav.html @@ -1,10 +1,11 @@

{{ shorttitle }} -{% if theme_project != 'about' %}{{ _('Index') }}{% endif -%} +{% if theme_project != 'about' %} + {{ '( ' }}{{ _('TOC') }}{{ ' | ' }} +{{ _('Index') }}{{ ' )' }} +{% endif -%}

{% if theme_project == 'manual' %} {# the following span is replaced by the javascript in versionnav.html #} -

Version: {{version}} -{{ _('(Contents)') }} -

+

Version: {{version}}

{% endif %} {{ toctree(maxdepth=-1,titles_only=1) }} diff --git a/themes/mongodb/static/mongodb-docs.css_t b/themes/mongodb/static/mongodb-docs.css_t index 652f6976a40..bdcf8db77aa 100644 --- a/themes/mongodb/static/mongodb-docs.css_t +++ b/themes/mongodb/static/mongodb-docs.css_t @@ -113,6 +113,10 @@ div.sphinxsidebar h3 { div.sphinxsidebar h3 a { color: black; } +div.sphinxsidebar h3 a.showlink { + color: #003594; +} + div.sphinxsidebar p { color: #333333; margin: 12px 0 5px 12px; @@ -334,9 +338,9 @@ table.docutils>thead th.head { } table.index-table td { - text-align: center; + text-align: left; border-bottom: none; - border-right: 4px solid white; + border-right: 3px solid white; padding-left: 15px; padding-right: 15px; padding-bottom: 0px; @@ -364,8 +368,8 @@ table.index-table { } table.index-table th.head { - text-align: center; - padding-top:10px; + text-align: left; + padding-top: 15px; padding-left: 15px; padding-right: 15px; border-bottom: none;