Move the hr into the shaded div

Move the hr into the shaded div, as is already the case with news.
This commit is contained in:
Martin Michlmayr 2014-05-02 12:27:13 -04:00
parent cb8f62370d
commit 350bdfa106

View file

@ -99,8 +99,8 @@ on {{ blog.0.pub_date|date:"F j, Y" }}</p>
{% endif %} {% endif %}
{% if blog.1.is_recent %} {% if blog.1.is_recent %}
<hr/>
<div class="shaded"> <div class="shaded">
<hr/>
<h3><a href="{{ blog.1.get_absolute_url }}">{{ blog.1.headline|safe }}</a></h3> <h3><a href="{{ blog.1.get_absolute_url }}">{{ blog.1.headline|safe }}</a></h3>
<p class="date">Posted by {{ blog.1.author.formal_name }} <p class="date">Posted by {{ blog.1.author.formal_name }}
on {{ blog.1.pub_date|date:"F j, Y" }}</p> on {{ blog.1.pub_date|date:"F j, Y" }}</p>