Follow-up 6d4e1547: Hard-deprecate these functions
[lhc/web/wiklou.git] / includes / gallery / NolinesImageGallery.php
index 9e0a494..70f5bd9 100644 (file)
  */
 
 class NolinesImageGallery extends TraditionalImageGallery {
-
        protected function getThumbPadding() {
                return 0;
        }
 
        protected function getGBBorders() {
-               return 0;
+               // This accounts for extra space between <li> elements.
+               return 4;
        }
 
        protected function getVPad( $boxHeight, $thumbHeight ) {