From: Mark A. Hershberger Date: Wed, 16 Feb 2011 03:38:16 +0000 (+0000) Subject: re r82181 remove min-height that doesn't work with IE6 X-Git-Tag: 1.31.0-rc.0~31981 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=1030cb25fd392928d165f4c6ec8588029a64851d;p=lhc%2Fweb%2Fwiklou.git re r82181 remove min-height that doesn't work with IE6 --- diff --git a/includes/ImageGallery.php b/includes/ImageGallery.php index 7148e407da..7d161e0fbe 100644 --- a/includes/ImageGallery.php +++ b/includes/ImageGallery.php @@ -288,7 +288,7 @@ class ImageGallery # Set both fixed width and min-height. $thumbhtml = "\n\t\t\t". - '
' + '
' # Auto-margin centering for block-level elements. Needed now that we have video # handlers since they may emit block-level elements as opposed to simple tags. # ref http://css-discuss.incutio.com/?page=CenteringBlockElement