remove email footer font override
looks hideous to have mismatching body and footer fonts on anything retina
This commit is contained in:
parent
22893e203a
commit
412e600106
|
@ -79,7 +79,7 @@ module Email
|
|||
|
||||
def correct_footer_style
|
||||
@fragment.css('.footer').each do |element|
|
||||
element['style'] = "font-size:12px;font-family:'lucida grande',tahoma,verdana,arial,sans-serif;color:#666;"
|
||||
element['style'] = "color:#666;"
|
||||
element.css('a').each do |inner|
|
||||
inner['style'] = "color:#666;"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue