diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-03 05:27:47 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-03 05:27:47 +0000 |
commit | 5170cc2b677a9d521dbc2176c6bb1f25efbbc785 (patch) | |
tree | 05233623823df1dda4ee9202fb3b11215a281ee7 /mod/thewire/views/default/object/thewire.php | |
parent | 037148770b5bc8c8682d8c992f9fbf490d608a48 (diff) | |
download | elgg-5170cc2b677a9d521dbc2176c6bb1f25efbbc785.tar.gz elgg-5170cc2b677a9d521dbc2176c6bb1f25efbbc785.tar.bz2 |
Fixes #2440: Converted clearfloat to clearfix, brought back orig clearfloat
git-svn-id: http://code.elgg.org/elgg/trunk@7223 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire/views/default/object/thewire.php')
-rw-r--r-- | mod/thewire/views/default/object/thewire.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/views/default/object/thewire.php b/mod/thewire/views/default/object/thewire.php index 9e59596ac..4ef51cae6 100644 --- a/mod/thewire/views/default/object/thewire.php +++ b/mod/thewire/views/default/object/thewire.php @@ -18,7 +18,7 @@ if (isset($vars['entity'])) { $note_owner = elgg_echo("thewire:notedeleted"); ?> <div class="wire_post"> - <div class="wire_post_contents clearfloat radius8"> + <div class="wire_post_contents clearfix radius8"> <div class="wire_post_icon"> <?php |