Revert "Enable RTL direction in emails."

This commit is contained in:
Robin Ward
2014-08-06 15:30:07 -04:00
parent 417d287813
commit 6783565d8f
5 changed files with 18 additions and 27 deletions

View File

@ -53,7 +53,6 @@ module Email
style('.user-avatar', 'vertical-align:top;width:55px;')
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")