diff --git a/Documentation/_static/custom.css b/Documentation/_static/custom.css
index 058bf376f0..6f470e36bc 100644
--- a/Documentation/_static/custom.css
+++ b/Documentation/_static/custom.css
@@ -23,3 +23,10 @@
overflow: visible !important;
}
}
+
+
+.wy-nav-side
+{
+ padding-bottom: 0em !important;
+}
+
diff --git a/Documentation/_templates/layout.html b/Documentation/_templates/layout.html
new file mode 100644
index 0000000000..43342ffa34
--- /dev/null
+++ b/Documentation/_templates/layout.html
@@ -0,0 +1,30 @@
+{% extends "!layout.html" %}
+{% block sidebartitle %}
+ {% if logo and theme_logo_only %}
+
+ {% else %}
+ {{ project }}
+ {% endif %}
+
+ {% if logo %}
+ {# Not strictly valid HTML, but it's the only way to display/scale
+ it properly, without weird scripting or heaps of work
+ #}
+
+ {% endif %}
+
+
+
+
+