make sure categories don't wrap in email digests

This commit is contained in:
Jeff Atwood
2014-10-23 10:53:31 -07:00
parent e341fe9701
commit f959bf7d93
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -62,8 +62,6 @@ module Email
style('.user-avatar img', nil, width: '45', height: '45')
style('hr', 'background-color: #ddd; height: 1px; border: 1px;')
style('.rtl', 'direction: rtl;')
# we can do this but it does not look right
# style('#main', 'font-family:"Helvetica Neue", Helvetica, Arial, sans-serif')
style('td.body', 'padding-top:5px;', colspan: "2")
correct_first_body_margin
correct_footer_style