From 9d810f005951a038c99c3b2b1d3ba4a17e9308ec Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Thu, 13 Nov 2008 01:07:58 +0000 Subject: [PATCH] Changed the CSS clear on journals so they will wrap around the revisions. #2165 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2029 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index acd07153..a1631525 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -653,7 +653,7 @@ td.username img.gravatar { #activity dt, .journal { - clear: both; + clear: left; }