From: Damien Lespiau Date: Fri, 18 Dec 2015 16:48:37 +0000 (+0000) Subject: ui: Use bootstrap container-fluid class X-Git-Tag: v1.1.0~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68a356a684e32232bdc4f51e1b8e732e776bf938;p=thirdparty%2Fpatchwork.git ui: Use bootstrap container-fluid class It's time to use more of Boostrap. Having the top level element use the framework makes the rest work. Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 123d9408..46c0051e 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -30,10 +30,6 @@ pre { color: #999; } -#content { - padding: 1em; -} - form { padding: 0em; margin: 0em; diff --git a/templates/base.html b/templates/base.html index 78c563c9..7f77fce0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -101,7 +101,7 @@ {% endfor %} {% endif %} -
+
{% block body %} {% endblock %}