diff gpp/templates/news/story_summary.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 24f1230f3ee3
line wrap: on
line diff
--- a/gpp/templates/news/story_summary.html	Wed Mar 09 00:49:41 2011 +0000
+++ b/gpp/templates/news/story_summary.html	Wed Mar 09 01:03:07 2011 +0000
@@ -2,7 +2,7 @@
 {% load tagging_tags %}
 {% load comment_tags %}
 {% get_comment_count for story as comment_count %}
-<div class="news-story-container">
+<div class="news-story-container solid-background">
 {% if on_home %}
 <h3><a href="{{ story.get_absolute_url }}">{{ story.title }}</a></h3>
 {% else %}