MediaWiki  REL1_24
NolinesImageGallery.php
Go to the documentation of this file.
00001 <?php
00024 class NolinesImageGallery extends TraditionalImageGallery {
00025     protected function getThumbPadding() {
00026         return 0;
00027     }
00028 
00029     protected function getGBBorders() {
00030         // This accounts for extra space between <li> elements.
00031         return 4;
00032     }
00033 
00034     protected function getVPad( $boxHeight, $thumbHeight ) {
00035         return 0;
00036     }
00037 }