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