diff options
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> |