images that are within 'clear-block' divs are getting cut off. images in 'block-cell' divs are not. here are a couple pages with the symptoms:
http://carbonpetal.net/wright/wrightdrupal/node/487
http://carbonpetal.net/wright/wrightdrupal/node/2
thanks in advance!
Comments
Comment #1
wrightinstitute commentednot sure what 'assigned to:' means but i switched it to anon to look like the others :\
also, this is in safari and firefox on mac.
Comment #2
wrightinstitute commentedi removed the 'acidfree' class from the same div that had the 'clear-block' class. all good.
Comment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
Max_Headroom commentedThanks for the tip.
It is done here:
in class_album.inc:
in function theme_views_view_album_grid_view
find:
$output .= '<div class="clear-block acidfree">' . "\n";Replace with:
$output .= '<div class="clear-block">' . "\n";Can somebody please make a patch for this, I've seen other people here with similar problems.
Comment #5
mwheinz commented