Content deleted Content added
add text-decoration:inherit; |
No edit summary Tag: Reverted |
||
Line 104:
if not is_plain then is_mini = 1 end
if font_color then
font_style = (font_style or '') .. '; color: ' .. font_color .. '
end
end
local navbar_style = 'text-decoration:inherit;' .. args.style
local div = mw.html.create():tag('div')
div
|