From: Eric Davis Date: Thu, 13 Nov 2008 01:07:58 +0000 (+0000) Subject: Changed the CSS clear on journals so they will wrap around the revisions. #2165 X-Git-Tag: 0.8.0-RC1~68 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9d810f005951a038c99c3b2b1d3ba4a17e9308ec;p=redmine.git 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 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index acd07153b..a16315254 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; }