Skip to content

Commit

Permalink
Fix render issue on iPad, iPhone, Thunderbird 2 and 3, and Lotus Note…
Browse files Browse the repository at this point in the history
…s 8 (depending on version of IE installed).
  • Loading branch information
emilchristensen authored and Sean Powell committed Nov 6, 2011
1 parent eb0bcaf commit e0bfa1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion email.html
Expand Up @@ -217,7 +217,7 @@
/* Reset Styles */
body { margin: 0; padding: 0; }
img { height: auto; line-height: 100%; outline: none; text-decoration: none; }
#backgroundTable { height: 100% !important; margin: 0; padding: 0; width: 100% !important; }
#backgroundTable { margin: 0; padding: 0; width: 100% !important; }

/** End Mail Chimp Reset **/

Expand Down
2 changes: 1 addition & 1 deletion email_lite.html
Expand Up @@ -141,7 +141,7 @@
/* Reset Styles */
body { margin: 0; padding: 0; }
img { height: auto; line-height: 100%; outline: none; text-decoration: none; }
#backgroundTable { height: 100% !important; margin: 0; padding: 0; width: 100% !important; }
#backgroundTable { margin: 0; padding: 0; width: 100% !important; }

p {
margin: 1em 0;
Expand Down

0 comments on commit e0bfa1a

Please sign in to comment.