Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.defaultOptions.js |
— | — | @@ -253,7 +253,7 @@ |
254 | 254 | option: 'Baklava', // option listed in the select list |
255 | 255 | header: 'Some baklava for you!', // header that appears at the top of the talk page post (optional) |
256 | 256 | image: 'Baklava - Turkish special, 80-ply.JPEG', // image for the award |
257 | | - imageSize: '120px' // size to display image |
| 257 | + imageSize: '135px' // size to display image |
258 | 258 | }, |
259 | 259 | 'beer': { |
260 | 260 | text: '{| style="background-color: $5; border: 1px solid $6;"\n\ |
— | — | @@ -286,7 +286,7 @@ |
287 | 287 | option: 'Bubble tea', |
288 | 288 | header: 'Some bubble tea for you!', |
289 | 289 | image: 'Bubble_Tea.png', |
290 | | - imageSize: '70px' |
| 290 | + imageSize: '65px' |
291 | 291 | }, |
292 | 292 | 'cheeseburger': { |
293 | 293 | text: '{| style="background-color: $5; border: 1px solid $6;"\n\ |
— | — | @@ -363,7 +363,7 @@ |
364 | 364 | option: 'Stroopwafels', |
365 | 365 | header: 'Some stroopwafels for you!', |
366 | 366 | image: 'Gaufre biscuit.jpg', |
367 | | - imageSize: '120px' |
| 367 | + imageSize: '135px' |
368 | 368 | } |
369 | 369 | }, |
370 | 370 | icon: mw.config.get( 'wgExtensionAssetsPath' ) + '/WikiLove/modules/ext.wikiLove/images/icons/wikilove-icon-food.png' |