X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fgallery%2FNolinesImageGallery.php;h=70f5bd93c0bd32d413a0a9077a0aaa0ac143e8f3;hb=91e63a1332fb589f8f3cc47b4466f24943aa8bd4;hp=9e0a4940471646ebe07c319a67e1306b2125d9df;hpb=f644281e16dafaafa62de8e548dd0f54f5b1265e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/gallery/NolinesImageGallery.php b/includes/gallery/NolinesImageGallery.php index 9e0a494047..70f5bd93c0 100644 --- a/includes/gallery/NolinesImageGallery.php +++ b/includes/gallery/NolinesImageGallery.php @@ -22,13 +22,13 @@ */ class NolinesImageGallery extends TraditionalImageGallery { - protected function getThumbPadding() { return 0; } protected function getGBBorders() { - return 0; + // This accounts for extra space between
  • elements. + return 4; } protected function getVPad( $boxHeight, $thumbHeight ) {