diff --git a/source/applications.txt b/source/applications.txt
index 9bbd5e20a99..c915036d151 100644
--- a/source/applications.txt
+++ b/source/applications.txt
@@ -42,10 +42,8 @@ Application Development
.. _aggregation-framework:
-Aggregation Framework
----------------------
-
-.. versionadded:: 2.1
+Aggregation
+-----------
.. toctree::
:maxdepth: 3
diff --git a/themes/mongodb/localtoc.html b/themes/mongodb/localtoc.html
index ffe4b7786a9..bd560579bce 100644
--- a/themes/mongodb/localtoc.html
+++ b/themes/mongodb/localtoc.html
@@ -8,12 +8,3 @@
:license: BSD, see LICENSE for details.
#}
-{%- if pagename != "search" %}
-
{{ _('Contents') }}
-{{ toc }}
-{% endif %}
-
-
diff --git a/themes/mongodb/pagenav.html b/themes/mongodb/pagenav.html
index 8a26dd14bc0..4683e47e97b 100644
--- a/themes/mongodb/pagenav.html
+++ b/themes/mongodb/pagenav.html
@@ -9,13 +9,15 @@
:copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
-{{ _('Manual') }}
-{{ toctree(maxdepth=1) }}
+
+
+{{ toctree(maxdepth=-1) }}
+
+
{{ _('Search') }}
{{ _('Search this manual.') }}
@@ -49,7 +51,7 @@
Translations
Knowledge Base
diff --git a/themes/mongodb/static/mongodb-docs.css_t b/themes/mongodb/static/mongodb-docs.css_t
index efce136a259..60d76c65b25 100644
--- a/themes/mongodb/static/mongodb-docs.css_t
+++ b/themes/mongodb/static/mongodb-docs.css_t
@@ -126,8 +126,8 @@ div.sphinxsidebar p.topless {
}
div.sphinxsidebar ul ul, div.sphinxsidebar ul.want-points {
- list-style: square outside none;
- margin-left: 15px;
+ list-style: none outside none;
+ margin-left: 10px;
}
div.sphinxsidebar ul {
@@ -298,3 +298,7 @@ p.first {
margin-bottom: 0px !important;
margin-top: 10px !important;
}
+
+div.sphinxsidebar ul.current a.current {
+ font-weight: bold;
+}