Module:Infobox: Difference between revisions
put bodystyle after other style options to match {{infobox}}
m>Mr. Stradivarius (better comments) |
m>Mr. Stradivarius (put bodystyle after other style options to match {{infobox}}) |
||
Line 223: | Line 223: | ||
.attr('cellspacing', 3) | .attr('cellspacing', 3) | ||
.css('border-spacing', '3px') | .css('border-spacing', '3px') | ||
if args.subbox == 'yes' then | if args.subbox == 'yes' then | ||
Line 240: | Line 239: | ||
.css('width', '22em') | .css('width', '22em') | ||
end | end | ||
root | |||
.cssText(args.bodystyle) | |||
renderTitle() | renderTitle() |