Module:Infobox: Difference between revisions

infobox class not needed for subbox since the parent box will set the class (and causes problems on mobile)
No edit summary
(infobox class not needed for subbox since the parent box will set the class (and causes problems on mobile))
Line 279:
root
:addClass((args.subbox ~= 'yes') and 'infobox' or nil)
:addClass(args.bodyclass)
Line 291:
:css('font-size', '100%')
:css('clear', 'none')
:css('float', 'rightnone')
:css('background-color', 'transparent')
else
Anonymous user