]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Add min-width to center tags
authorEric Morris <eric@zurb.com>
Mon, 11 Nov 2013 10:18:02 +0000 (02:18 -0800)
committerEric Morris <eric@zurb.com>
Mon, 11 Nov 2013 10:18:02 +0000 (02:18 -0800)
css/ink.css

index fddef31650613483736b6a3fce320c376340ce47..a641d79204c8d181284924534794a19b604c0278 100644 (file)
@@ -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;