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
This commit is contained in:
Eric Davis 2008-11-13 01:07:58 +00:00
parent eaedf9ed52
commit 9d810f0059
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ td.username img.gravatar {
#activity dt,
.journal {
clear: both;
clear: left;
}