Closed (fixed)
Project:
Fast Gallery
Version:
6.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2010 at 15:18 UTC
Updated:
21 Jun 2010 at 21:10 UTC
fast-gallery-image divs should be in a container with the clear-block class, otherwise the float makes the theme corrupted.
Comments
Comment #1
rapsli commentedcan you please provide a patch?
Comment #2
zolikonta commentedI'm sorry but I'm not familiar with making patches.
But I think this solves the issue above (for me at least):
fast_gallery.module
add this line after 250:
$html .= '<div id="fg_gallery" class="clear-block">';add this line after 281:
$html .='</div>';Comment #3
rapsli commented... this doesn't make sense?!?! adding an empty string?
Comment #4
zolikonta commentedsorry, forgot to put it in code tag
Comment #5
rapsli commented