Index: trunk/phase3/includes/ImageGallery.php |
— | — | @@ -303,7 +303,7 @@ |
304 | 304 | $s .= "\n\t<tr>"; |
305 | 305 | } |
306 | 306 | $s .= |
307 | | - "\n\t\t" . '<td><div class="gallerybox" style="width: '.($this->mWidths*1.25).'px;">' |
| 307 | + "\n\t\t" . '<td><div class="gallerybox" style="width: '.($this->mWidths+35).'px;">' |
308 | 308 | . $thumbhtml |
309 | 309 | . "\n\t\t\t" . '<div class="gallerytext">' . "\n" |
310 | 310 | . $textlink . $text . $nb |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -49,8 +49,8 @@ |
50 | 50 | * (bug 9252) Fix for tidy funkiness when using editintro mode |
51 | 51 | * (bug 4021) Fix for MySQL wildcard search |
52 | 52 | * (bug 10699) Fix for MySQL phrase search |
| 53 | +* (bug 11321) Fix width of gallerybox when option "width=xxx" is used |
53 | 54 | |
54 | | - |
55 | 55 | === API changes in 1.12 === |
56 | 56 | |
57 | 57 | Full API documentation is available at http://www.mediawiki.org/wiki/API |