Module:Navbox: Difference between revisions
bodystyle fix
m>Toohool (fix for empty params) |
m>Toohool (bodystyle fix) |
||
Line 327: | Line 327: | ||
tbl | tbl | ||
.addClass('navbox-subgroup') | .addClass('navbox-subgroup') | ||
.cssText(args. | .cssText(args.bodystyle) | ||
.cssText(args.style) | .cssText(args.style) | ||
else -- regular navobx - | else -- regular navobx - bodystyle and style will be applied to the wrapper table | ||
tbl | tbl | ||
.addClass('navbox-inner') | .addClass('navbox-inner') |