From fa494b30cfcd0d29a208178646bbf9e7e6d423dc Mon Sep 17 00:00:00 2001 From: Louis-Guillaume DUBOIS Date: Mon, 12 Oct 2015 00:26:14 +0200 Subject: [PATCH] uses the whole width of the screen --- home/static/home/css/base.css | 12 +++++++++++- home/templates/home/base.html | 4 ++-- home/templates/home/layout_three_columns.html | 2 ++ home/templates/navbar.html | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/home/static/home/css/base.css b/home/static/home/css/base.css index f100914..b14dcab 100755 --- a/home/static/home/css/base.css +++ b/home/static/home/css/base.css @@ -3,7 +3,17 @@ body { } #main { - width: 95%; + width: 100%; +} + +.sidebar-left { + padding-left: 3px; + padding-right: 0px; +} + +.sidebar-right { + padding-left: 0px; + padding-right: 3px; } .navbar { diff --git a/home/templates/home/base.html b/home/templates/home/base.html index d0e9fc4..caebb16 100755 --- a/home/templates/home/base.html +++ b/home/templates/home/base.html @@ -38,11 +38,11 @@ {% include 'navbar.html' %} -
+
{% block layout %}{% endblock %}
-
+