From: Guillaume Pellerin Date: Tue, 29 Sep 2015 20:19:54 +0000 (+0200) Subject: fix home header X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9c5a980541d44414f95f1a7c694d6bf028f0444a;p=diggersdigest.git fix home header --- diff --git a/app/records/static/css/dig2.css b/app/records/static/css/dig2.css index d38538d..31804d5 100644 --- a/app/records/static/css/dig2.css +++ b/app/records/static/css/dig2.css @@ -9,7 +9,7 @@ } body { - padding-top: 182px; + padding-top: 172px; background-color: white; font-family: 'Open Sans', sans-serif; } diff --git a/app/templates/base.html b/app/templates/base.html index b6b589d..06b0277 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -102,7 +102,7 @@ {% endif %} {% endnevercache %} -

{% block title %}{% endblock %}

+{% if not on_home %}

{% block title %}{% endblock %}

{% endif %} {% comment - Remove breadcrumbs %}