Content deleted Content added
Kill a few borders for now |
One more |
||
Line 44:
builder = builder:tag('td')
:attr('scope', 'row')
:css('text-align', 'right') -- For year = 'TBA'
:css('border-right', '16px solid ' .. color(args, year, items_per_year))
Line 77:
builder = builder:tag('tr')
:tag('td')
:css('border', 'none')
:wikitext(itemList[items_per_year])
|