Content deleted Content added
No edit summary |
No edit summary |
||
Line 104:
if not is_plain then is_mini = 1 end
if font_color then
font_style = (font_style or '') .. '; color: ' .. font_color .. '
end
font_style = (font_style or '') .. ';text-decoration:inherit;'
end
|