From: Eric Morris Date: Mon, 11 Nov 2013 10:18:02 +0000 (-0800) Subject: Add min-width to center tags X-Git-Tag: v1.0.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ca360ba637fa310589a1ac40a8036b3b1eeeba3;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Add min-width to center tags --- diff --git a/css/ink.css b/css/ink.css index fddef316..a641d792 100644 --- a/css/ink.css +++ b/css/ink.css @@ -49,6 +49,7 @@ img { center { width: 100%; + min-width: 580px; } a img { @@ -148,6 +149,19 @@ table.ten { width: 480px; } table.eleven { width: 530px; } table.twelve { width: 580px; } +table.one center { min-width: 30px; } +table.two center { min-width: 80px; } +table.three center { min-width: 130px; } +table.four center { min-width: 180px; } +table.five center { min-width: 230px; } +table.six center { min-width: 280px; } +table.seven center { min-width: 330px; } +table.eight center { min-width: 380px; } +table.nine center { min-width: 430px; } +table.ten center { min-width: 480px; } +table.eleven center { min-width: 530px; } +table.twelve center { min-width: 580px; } + td.one { width: 8.333333% !important; } td.two { width: 16.666666% !important; } td.three { width: 25% !important; } @@ -536,6 +550,10 @@ body.outlook img { width: 9999px !important; } + table[class="body"] center { + min-width: 0 !important; + } + table[class="body"] .hide-for-small, table[class="body"] .show-for-desktop { display: none !important;