From e9bf788bd51e0ec32bd58a69b10a6afea6acdc86 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 17 Oct 2014 09:20:21 -0700 Subject: [PATCH] Add side margins if screen is too wide --- doc/_templates/layout.html | 13 ------------- doc/bootstrap/layout.html | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index ea77b2d1..6e8372f3 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -1,18 +1,5 @@ {% extends "!layout.html" %} -{%- block content %} -{{ navBar() }} -
-
- {%- block sidebar1 %}{{ bsidebar() }}{% endblock %} -
- {% block body %}{% endblock %} -
- {% block sidebar2 %} {# possible location for sidebar #} {% endblock %} -
-
-{%- endblock %} - {% block footer %} {{ super() }} diff --git a/doc/bootstrap/layout.html b/doc/bootstrap/layout.html index dbefaaef..15130ce0 100644 --- a/doc/bootstrap/layout.html +++ b/doc/bootstrap/layout.html @@ -107,7 +107,7 @@
{%- block sidebar1 %}{{ bsidebar() }}{% endblock %} -
+
{% block body %}{% endblock %}
{% block sidebar2 %} {# possible location for sidebar #} {% endblock %}