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:
parent
eaedf9ed52
commit
9d810f0059
|
@ -653,7 +653,7 @@ td.username img.gravatar {
|
|||
|
||||
#activity dt,
|
||||
.journal {
|
||||
clear: both;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue