Index: branches/REL1_17/phase3/includes/ImageGallery.php |
— | — | @@ -39,7 +39,8 @@ |
40 | 40 | */ |
41 | 41 | const THUMB_PADDING = 30; |
42 | 42 | const GB_PADDING = 5; |
43 | | - const GB_BORDERS = 6; |
| 43 | + //2px borders on each side + 2px implied padding on each side |
| 44 | + const GB_BORDERS = 8; |
44 | 45 | |
45 | 46 | /** |
46 | 47 | * Create a new image gallery object. |
Property changes on: branches/REL1_17/phase3/includes/ImageGallery.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
47 | 48 | Merged /trunk/phase3/includes/ImageGallery.php:r87266 |
Property changes on: branches/REL1_17/phase3 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
48 | 49 | Merged /trunk/phase3:r87266 |