From 518de96143ef1e0644b953f36d3283f7deca7884 Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Wed, 9 Jan 2008 11:24:20 +0100 Subject: [PATCH] More work in story_footer image clearing. --- templates/artemus/ALL/css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/artemus/ALL/css b/templates/artemus/ALL/css index f8d62af..39b55c1 100644 --- a/templates/artemus/ALL/css +++ b/templates/artemus/ALL/css @@ -42,7 +42,8 @@ h6 { font-size: 80%; } .full_story_link { font-size: 90% } .edit_link { font-size: 90% } .date { font-size: 90% } -.story_footer { background: #eeeecd; } +.story_abstract { float: left; } +.story_footer { float: left; width: 100%; background: #eeeecd; } .topic_list { margin-left: 2em; } hr { size: 1; } -- 2.11.4.GIT