Module:Navbox: Difference between revisions
m readjust text sizes as they were too small |
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: | 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) |