Changes

Module:Message box

20 bytes added, 22:09, 2 October 2013
fix comment on image divs
if self.imageCellDiv then
-- If we are using a div, redefine imageLeftCell so that the image is inside it.
-- Not sure why only some box types Divs use divs, but it probably has something to do -- with that style="width: 52px;", which limits the image width to 52px. @TODO: find out exactly what this does and fix this commentIf any -- images in a div are wider than that, they may overlap with the text or cause -- other display problems.
imageLeftCell = imageLeftCell.tag('div').css('width', '52px')
end
Anonymous user