Content deleted Content added
m reduced list padding by 0.2em to offset new 0.2em border-spacing |
self rv 1 edit, and also restrict border-spacing to vertical |
||
Line 256:
:addClass(args.listclass)
:tag('div')
:css('padding', (index == 1 and args.list1padding) or args.listpadding or '0em 0.
:wikitext(processItem(listText, args.nowrapitems))
Line 344:
end
tbl:css('border-spacing', '0 .2em')
if border == 'subgroup' or border == 'none' then
tbl
Line 400:
elseif border == 'subgroup' then
-- We assume that this navbox is being rendered in a list cell of a parent navbox, and is
-- therefore inside a div with padding:0em 0.
-- padding being applied, and at the end add a <div> to balance out the parent's </div>
res
|