From 9c5a980541d44414f95f1a7c694d6bf028f0444a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 29 Sep 2015 22:19:54 +0200 Subject: [PATCH] fix home header --- app/records/static/css/dig2.css | 2 +- app/templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}