Changeset - 350bdfa1062d
[Not reviewed]
0 1 0
Martin Michlmayr (tbm) - 10 years ago 2014-05-02 16:27:13
tbm@cyrius.com
Move the hr into the shaded div

Move the hr into the shaded div, as is already the case with news.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -99,8 +99,8 @@ on {{ blog.0.pub_date|date:"F j, Y" }}</p>
 
{% endif %}
 

	
 
{% if blog.1.is_recent %}
 
<hr/>
 
<div class="shaded">
 
<hr/>
 
<h3><a href="{{ blog.1.get_absolute_url }}">{{ blog.1.headline|safe }}</a></h3>
 
<p class="date">Posted by {{ blog.1.author.formal_name }}
 
on {{ blog.1.pub_date|date:"F j, Y" }}</p>
0 comments (0 inline, 0 general)