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
...
 
@@ -96,14 +96,14 @@ on {{ blog.0.pub_date|date:"F j, Y" }}</p>
 
<p><span class="continued"><a href="{{ blog.0.get_absolute_url }}">Read More
 
      from {{ blog.0.author.casual_name }} on this&hellip;</a></span></p>
 
</div>
 
{% 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>
 
{{ blog.1.summary|safe }}
 
<p><span class="continued"><a href="{{ blog.0.get_absolute_url }}">Read More
 
      from {{ blog.1.author.casual_name }} on this&hellip;</a></span></p>
0 comments (0 inline, 0 general)