Module:Side box: Difference between revisions

    m (role="presentation" for layout table)
    m (tweak color per request)
    Line 75: Line 75:
    root:addClass(class)
    root:addClass(class)
    end
    end
    root:css{border = '1px solid #aaa', ['background-color'] = '#f9f9f9'}
    root:css{border = '1px solid #aaa', ['background-color'] = '#f9f9f9', color = '#000'}
    if data.style then
    if data.style then
    root:cssText(data.style)
    root:cssText(data.style)