Content deleted Content added
No edit summary Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit |
Add a property to make contents proper display on mobile phone Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit |
||
Line 76:
root:addClass('noresize')
end
root:css{border = '1px solid #aaa', ['background-color'] = '#f9f9f9', color = '#000', display = 'table'}
if data.style then
root:cssText(data.style)
|