540
edits
(suppress images inside navboxes showing up in Media Viewer) |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 85: | Line 85: | ||
args.name, | args.name, | ||
mini = 1, | mini = 1, | ||
fontstyle = (args.basestyle or '') .. ';' .. (args.titlestyle or '') .. ';background:none transparent;border | fontstyle = (args.basestyle or '') .. ';' .. (args.titlestyle or '') .. ';background:none transparent;border:none;box-shadow:none;padding:0;' | ||
}) | }) | ||
end | end | ||
Line 230: | Line 230: | ||
listCell | listCell | ||
:css('text-align', 'left') | :css('text-align', 'left') | ||
else | else | ||
listCell:attr('colspan', 2) | listCell:attr('colspan', 2) | ||
Line 362: | Line 360: | ||
end | end | ||
if border == 'subgroup' or border == 'none' then | if border == 'subgroup' or border == 'none' then | ||
tbl | tbl | ||
Line 433: | Line 430: | ||
:cssText(args.bodystyle) | :cssText(args.bodystyle) | ||
:cssText(args.style) | :cssText(args.style) | ||
:node(tbl) | :node(tbl) | ||
-- aria-labelledby title, otherwise above, otherwise lone group | -- aria-labelledby title, otherwise above, otherwise lone group |