Module:Navbox/sandbox: Difference between revisions

Content deleted Content added
temporarily saving old version for comparison
Remove cellspacing attribute (obsolete), cell-spacing CSS moved to Common.css.
Line 307:
end
tbl.css('border-spacing', 0)
if border == 'subgroup' or border == 'child' or border == 'none' then
tbl
Line 361 ⟶ 360:
res
.tag('table')
.attr('cellspacing', 0)
.addClass('navbox')
.css('border-spacing', 0)
.cssText(args.bodystyle)
.cssText(args.style)