diff gpp/templates/news/story.html @ 380:c3cc431b7fb9

Adding a solid-background css class. Making the news stories use it to block out the rays.
author Brian Neal <bgneal@gmail.com>
date Wed, 09 Mar 2011 01:03:07 +0000
parents 88b2b9cb8c1f
children bbbc357ac5f3
line wrap: on
line diff
--- a/gpp/templates/news/story.html	Wed Mar 09 00:49:41 2011 +0000
+++ b/gpp/templates/news/story.html	Wed Mar 09 01:03:07 2011 +0000
@@ -14,6 +14,7 @@
 {% endif %}
 {% endblock %}
 {% block news_content %}
+<div class="solid-background">
 <h3>{{ story.title }}</h3>
 <div class="news-details">
    Submitted by {{ story.submitter.username }} on {{ story.date_submitted|date:"F d, Y" }}.
@@ -59,4 +60,5 @@
 <p>Comments are closed for this story. If you'd like to share your thoughts on this story 
 with the site staff, you can <a href="{% url 'contact-form' %}">contact us directly</a>.</p>
 {% endif %}
+</div>
 {% endblock %}