Index: branches/wmf/1.17wmf1/includes/ImageGallery.php |
— | — | @@ -276,7 +276,7 @@ |
277 | 277 | $thumbhtml = "\n\t\t\t".'<div style="height: '.(30 + $this->mHeights).'px;">' |
278 | 278 | . htmlspecialchars( $img->getLastError() ) . '</div>'; |
279 | 279 | } else { |
280 | | - $vpad = ( self::THUMB_PADDING + $this->mHeights - $thumb->height ) /2; |
| 280 | + $vpad = ( 30/*self::THUMB_PADDING*/ + $this->mHeights - $thumb->height ) /2; |
281 | 281 | |
282 | 282 | $imageParameters = array( |
283 | 283 | 'desc-link' => true, |