Modul:Navbox: Unterschied zwischen den Versionen
removed .navbox-spacing-temp mask, no longer used by site CSS
(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) |
||
Zeile 343: | Zeile 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) | ||
Zeile 405: | Zeile 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) |