Module:Navbox/sandbox: Difference between revisions

Content deleted Content added
trying to simplify with border-spacing instead of gutter rows
adjusted rowspans for lack of gutter rows
Line 195:
:css('padding', '0px 2px 0px 0px')
:cssText(args.imageleftstyle)
:attr('rowspan', 2 * #listnums - 1)
:tag('div')
:wikitext(processItem(args.imageleft))
Line 267:
:css('padding', '0px 0px 0px 2px')
:cssText(args.imagestyle)
:attr('rowspan', 2 * #listnums - 1)
:tag('div')
:wikitext(processItem(args.image))