aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/profileitems.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-03 05:27:47 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-03 05:27:47 +0000
commit5170cc2b677a9d521dbc2176c6bb1f25efbbc785 (patch)
tree05233623823df1dda4ee9202fb3b11215a281ee7 /mod/groups/views/default/groups/profileitems.php
parent037148770b5bc8c8682d8c992f9fbf490d608a48 (diff)
downloadelgg-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/groups/views/default/groups/profileitems.php')
-rw-r--r--mod/groups/views/default/groups/profileitems.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/groups/views/default/groups/profileitems.php b/mod/groups/views/default/groups/profileitems.php
index 7191cf6d1..6f5fa32ce 100644
--- a/mod/groups/views/default/groups/profileitems.php
+++ b/mod/groups/views/default/groups/profileitems.php
@@ -6,15 +6,15 @@
*/
// tools widget area
-echo "<div id='group_tools_latest' class='clearfloat'>";
+echo "<div id='group_tools_latest' class='clearfix'>";
// activity latest
- echo "<div class='group_tool_widget activity clearfloat'>";
+ echo "<div class='group_tool_widget activity clearfix'>";
echo elgg_view("groups/activity_latest",array('entity' => $vars['entity']));
echo "</div>";
// forum latest
- echo "<div class='group_tool_widget forum clearfloat'>";
+ echo "<div class='group_tool_widget forum clearfix'>";
echo elgg_view("groups/forum_latest",array('entity' => $vars['entity']));
echo "</div>";