r91060 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91059‎ | r91060 | r91061 >
Date:07:44, 29 June 2011
Author:kaldari
Status:ok
Tags:
Comment:
accomodating for different aspect ratios
Modified paths:
  • /trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.defaultOptions.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.defaultOptions.js
@@ -253,7 +253,7 @@
254254 option: 'Baklava', // option listed in the select list
255255 header: 'Some baklava for you!', // header that appears at the top of the talk page post (optional)
256256 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
258258 },
259259 'beer': {
260260 text: '{| style="background-color: $5; border: 1px solid $6;"\n\
@@ -286,7 +286,7 @@
287287 option: 'Bubble tea',
288288 header: 'Some bubble tea for you!',
289289 image: 'Bubble_Tea.png',
290 - imageSize: '70px'
 290+ imageSize: '65px'
291291 },
292292 'cheeseburger': {
293293 text: '{| style="background-color: $5; border: 1px solid $6;"\n\
@@ -363,7 +363,7 @@
364364 option: 'Stroopwafels',
365365 header: 'Some stroopwafels for you!',
366366 image: 'Gaufre biscuit.jpg',
367 - imageSize: '120px'
 367+ imageSize: '135px'
368368 }
369369 },
370370 icon: mw.config.get( 'wgExtensionAssetsPath' ) + '/WikiLove/modules/ext.wikiLove/images/icons/wikilove-icon-food.png'

Status & tagging log