]> git.parisson.com Git - diggersdigest.git/commitdiff
fix home header
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 29 Sep 2015 20:19:54 +0000 (22:19 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 29 Sep 2015 20:19:54 +0000 (22:19 +0200)
app/records/static/css/dig2.css
app/templates/base.html

index d38538d6459d4af8fa1366adc806d056f54788ec..31804d59e3a297b916f6e4b07a1d0603bd709cbf 100644 (file)
@@ -9,7 +9,7 @@
 }
 
 body {
-    padding-top: 182px;
+    padding-top: 172px;
     background-color: white;
     font-family: 'Open Sans', sans-serif;
 }
index b6b589dbab1b5f66b076ba3a298d79defbddc6b8..06b027715b2f88bf5ed9346f4979fb819382e2ae 100644 (file)
 {% endif %}
 {% endnevercache %}
 
-<h1>{% block title %}{% endblock %}</h1>
+{% if not on_home %}<h1>{% block title %}{% endblock %}</h1>{% endif %}
 
 {% comment - Remove breadcrumbs %}
 <ul class="breadcrumb">