From 1030cb25fd392928d165f4c6ec8588029a64851d Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Wed, 16 Feb 2011 03:38:16 +0000 Subject: [PATCH] re r82181 remove min-height that doesn't work with IE6 --- includes/ImageGallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1