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 /views/default/entities | |
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 'views/default/entities')
-rw-r--r-- | views/default/entities/entity_listing.php | 2 | ||||
-rw-r--r-- | views/default/entities/gallery_listing.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/views/default/entities/entity_listing.php b/views/default/entities/entity_listing.php index 6e0d9c0f8..e547bbc68 100644 --- a/views/default/entities/entity_listing.php +++ b/views/default/entities/entity_listing.php @@ -9,7 +9,7 @@ * @uses string $vars['info'] Info about the entity. */ ?> -<div class="entity_listing clearfloat"> +<div class="entity_listing clearfix"> <div class="entity_listing_icon"> <?php echo $vars['icon']; ?> </div> diff --git a/views/default/entities/gallery_listing.php b/views/default/entities/gallery_listing.php index 897509b0a..58fa5e26b 100644 --- a/views/default/entities/gallery_listing.php +++ b/views/default/entities/gallery_listing.php @@ -11,7 +11,7 @@ ?> -<div class="gallery_listing clearfloat"> +<div class="gallery_listing clearfix"> <div class="gallery_listing_icon"> <?php echo $vars['icon']; ?> </div> |