Module:Chessboard mxn: Difference between revisions

Content deleted Content added
add closing tr tag
Minor adjust
Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit
Line 115:
caption = '<div class="thumbcaption">' .. footer .. '</div>\n'
end
b = '<table cellpadding=0 cellspacing=0 class="center" style="line-height: 0; background:white; font-size:88%; border:1px #b0b0b0c8ccd1 solid;'
.. 'padding:0; margin:auto">\n' .. b .. '\n</table>'
 
Line 121:
return b
else
return '<div class="thumb ' .. align .. '" style="clear:' .. clear .. '; text-align:center;">'
.. '<center>' .. header .. '</center>' .. '\n<div class="thumbinner" style="width:' .. width .. 'px;">\n'
.. b .. '\n' .. caption .. '</div></div>'
end