X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fgallery%2FNolinesImageGallery.php;h=70f5bd93c0bd32d413a0a9077a0aaa0ac143e8f3;hb=81aa6d7a758a000dcd110a2d4d21e50aca6d3444;hp=9e0a4940471646ebe07c319a67e1306b2125d9df;hpb=6006a8895bc113f3bf5535b8800ee0945bcd8834;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 ) {