Module:Babel: Difference between revisions
From Test Wiki
Content deleted Content added
add role="presentation" to the table per MOS:LTAB |
Remove per this discussion, also there is no "mox" it should have been "moz" so this wasn't doing anything for Mozilla browsers :) |
||
| Line 33: | Line 33: | ||
if args.shadow and string.lower(args.shadow) == 'yes' then |
if args.shadow and string.lower(args.shadow) == 'yes' then |
||
ret:css({ ['box-shadow'] = '0 2px 4px rgb(0,0,0,0.2)' |
ret:css({ ['box-shadow'] = '0 2px 4px rgb(0,0,0,0.2)' }) |
||
['-mox-box-shadow'] = '0 2px 4px rgb(0,0,0,0.2)', |
|||
['-webkit-box-shadow'] = '0 2px 4px rgb(0,0,0,0.2)' }) |
|||
end |
end |
||