remove email footer font override

looks hideous to have mismatching body and footer fonts on anything
retina
This commit is contained in:
Jeff Atwood 2013-07-28 23:00:02 -07:00
parent 22893e203a
commit 412e600106
1 changed files with 1 additions and 1 deletions

View File

@ -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