Module:Navbox: Difference between revisions

Ganaram inukshuk (talk | contribs)
m readjust text sizes as they were too small
Ganaram inukshuk (talk | contribs)
replace white border on nested navboxes with a 2px border and wikitable border
Line 85: Line 85:
-- white border matches with that of the header cells.
-- white border matches with that of the header cells.
-- This navbox is meant to be a sub-navbox, placed on a headerless row.
-- This navbox is meant to be a sub-navbox, placed on a headerless row.
navbox = '<div class="wikitable" style="margin: 0; border: 1px solid white;">\n'
navbox = '<div class="wikitable" style="margin: 2px;">\n'
.. '<table class="mw-collapsible' .. (is_collapsed and ' mw-collapsed ' or '') .. 'nowraplinks" style="width: 100%; border-spacing: 0px;">\n'
.. '<table class="mw-collapsible' .. (is_collapsed and ' mw-collapsed ' or '') .. 'nowraplinks" style="width: 100%; border-spacing: 0px;">\n'
.. p.navbox_title(title, false)
.. p.navbox_title(title, false)