]> git.0d.be Git - panikweb.git/commitdiff
For the news detail: no padding, no centre of the date
authorEric Schrijver <eric@ericschrijver.nl>
Mon, 14 Oct 2013 15:32:52 +0000 (17:32 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 14 Oct 2013 15:43:41 +0000 (17:43 +0200)
panikweb_templates/templates/emissions/newsitem_detail.html

index 777e27f9e3a613332ac7b0c2e2d7248063d64c8d..5c690e2069c64739b03cf565f682bfed809621b4 100644 (file)
@@ -3,12 +3,12 @@
 {% load paniktags %}
 {% block title %}{{ newsitem.title }}{% endblock %}
 {% block main %}
-<div class="detail padded news cf">
+<div class="detail news cf">
        <div class="wrapper navigation">
                <div class="leftPart">
                        <header>
                                {% if newsitem.date %}
-                                       <div class="date cf center label">{{ newsitem.date|date:"D m M Y" }}</div>
+                                       <div class="date cf label">{{ newsitem.date|date:"D m M Y" }}</div>
                                {% endif %}
                                <h2 class="squashed title">
                                        {{ newsitem.title }}