CSS: Attempt to remove hairline border from android gmail blockquotes.

This commit is contained in:
Robin Ward 2014-06-09 15:28:03 -04:00
parent 78d46a81e1
commit 8e882ad145
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ module Email
def correct_first_body_margin
@fragment.css('.body p').each do |element|
element['style'] = "margin-top:0;"
element['style'] = "margin-top:0; border: 0;"
end
end