Module:Navbox: Difference between revisions
From Test Wiki
Content deleted Content added
renderNavBar: quick hack to reset basestyle or titlestyle's box-shadow, if any, for the navbar |
removed .navbox-spacing-temp mask, no longer used by site CSS |
||
| Line 343: | Line 343: | ||
if border == 'subgroup' or border == 'none' then |
if border == 'subgroup' or border == 'none' then |
||
tbl |
tbl |
||
:addClass('navbox-subgroup |
:addClass('navbox-subgroup') |
||
:cssText(args.bodystyle) |
:cssText(args.bodystyle) |
||
:cssText(args.style) |
:cssText(args.style) |
||
| Line 405: | Line 405: | ||
local nav = res:tag('div') |
local nav = res:tag('div') |
||
:attr('role', 'navigation') |
:attr('role', 'navigation') |
||
:addClass('navbox |
:addClass('navbox') |
||
:cssText(args.bodystyle) |
:cssText(args.bodystyle) |
||
:cssText(args.style) |
:cssText(args.style) |
||