diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2008-11-13 01:07:58 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2008-11-13 01:07:58 +0000 |
commit | 9d810f005951a038c99c3b2b1d3ba4a17e9308ec (patch) | |
tree | 8073df452e18ddaddd1591c347fc9a4f4d650f7a | |
parent | eaedf9ed521171d5b3ca5ec1453267e090c8699e (diff) | |
download | redmine-9d810f005951a038c99c3b2b1d3ba4a17e9308ec.tar.gz redmine-9d810f005951a038c99c3b2b1d3ba4a17e9308ec.zip |
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
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |