From e0bfa1a4e1e67d58fde27b0f477de4bc5c36a8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20R=C3=B8mer=20Christensen?= Date: Mon, 13 Jun 2011 15:04:30 +0200 Subject: [PATCH] Fix render issue on iPad, iPhone, Thunderbird 2 and 3, and Lotus Notes 8 (depending on version of IE installed). --- email.html | 2 +- email_lite.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/email.html b/email.html index f31b173..37ead07 100644 --- a/email.html +++ b/email.html @@ -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 **/ diff --git a/email_lite.html b/email_lite.html index d800a67..7c728cc 100644 --- a/email_lite.html +++ b/email_lite.html @@ -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;