diff options
| -rw-r--r-- | views/default/entities/gallery_listing.php | 24 | 
1 files changed, 6 insertions, 18 deletions
| diff --git a/views/default/entities/gallery_listing.php b/views/default/entities/gallery_listing.php index fbc6a1a3c..505a91f08 100644 --- a/views/default/entities/gallery_listing.php +++ b/views/default/entities/gallery_listing.php @@ -10,23 +10,11 @@  ?> -<div class="search_listing todo"> - -	<div class="search_listing_header todo"> - -			<?php - -				echo $vars['icon']; - -			?> - +<div class="gallery_listing clearfloat"> +	<div class="gallery_listing_icon"> +		<?php echo $vars['icon']; ?>  	</div> -	<div class="search_listing_info todo"> -		<?php - -			echo $vars['info']; - -		?> +	<div class="gallery_listing_info"> +		<?php echo $vars['info']; ?>  	</div> - -</div>
\ No newline at end of file +</div> | 
