diff --git a/documentation/_themes/nist/layout.html b/documentation/_themes/nist/layout.html index e4bf503029..534f7d5799 100644 --- a/documentation/_themes/nist/layout.html +++ b/documentation/_themes/nist/layout.html @@ -176,16 +176,11 @@ - -
{{ super() }} -
{% endblock %} {% block relbar2 %}{% endblock %} {% block document %} -
{{ super() }} -
{% endblock %} {% block sidebarlogo %} @@ -197,21 +192,22 @@ {% endblock %} {% block footer %} + {% endblock %} diff --git a/documentation/_themes/nist/static/nist.css b/documentation/_themes/nist/static/nist.css index 11fedab72e..42f786692e 100644 --- a/documentation/_themes/nist/static/nist.css +++ b/documentation/_themes/nist/static/nist.css @@ -15,6 +15,11 @@ /* -- page layout ----------------------------------------------------------- */ +#body-dummy { + margin: -8px; + padding: 0px; +} + div.bodywrapper { margin: 0 240px 0 0; border-right: 1px solid #ccc;