]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
min-width for .panel center alignment 32/head
authorRobert Coleman <github@robert.net.nz>
Thu, 28 Nov 2013 05:38:26 +0000 (18:38 +1300)
committerRobert Coleman <github@robert.net.nz>
Mon, 2 Dec 2013 22:04:22 +0000 (11:04 +1300)
css/ink.css

index 14a9df83dbcf52924a73843ef1850ed031b3409a..65e2e74d70a04c50638bcbbf29722d4872b01a6e 100644 (file)
@@ -166,6 +166,19 @@ table.ten center { min-width: 480px; }
 table.eleven center { min-width: 530px; }
 table.twelve center { min-width: 580px; }
 
+table.one .panel center { min-width: 10px; }
+table.two .panel center { min-width: 60px; }
+table.three .panel center { min-width: 110px; }
+table.four .panel center { min-width: 160px; }
+table.five .panel center { min-width: 210px; }
+table.six .panel center { min-width: 260px; }
+table.seven .panel center { min-width: 310px; }
+table.eight .panel center { min-width: 360px; }
+table.nine .panel center { min-width: 410px; }
+table.ten .panel center { min-width: 460px; }
+table.eleven .panel center { min-width: 510px; }
+table.twelve .panel center { min-width: 560px; }
+
 .body .columns td.one,
 .body .column td.one { width: 8.333333% !important; }
 .body .columns td.two,