changeset 157:25a9d67f4d1c

Fix floating images stomping on next story or footer.
author Brian Neal <bgneal@gmail.com>
date Mon, 29 Dec 2014 18:17:32 -0600
parents d8cdb1468ed4
children 207d70b9d964
files madeira/templates/news/story.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/madeira/templates/news/story.html	Fri Nov 28 13:01:31 2014 -0600
+++ b/madeira/templates/news/story.html	Mon Dec 29 18:17:32 2014 -0600
@@ -14,3 +14,4 @@
    {% endif %}
 {% endif %}
 <article class="news">{{ story.content|safe }}</article>
+<div class="clearfix"><br /></div>