]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Increase specificity on sub-columns width
authorEric Morris <eric@zurb.com>
Wed, 20 Nov 2013 19:41:31 +0000 (11:41 -0800)
committerEric Morris <eric@zurb.com>
Wed, 20 Nov 2013 19:41:31 +0000 (11:41 -0800)
css/ink.css

index 6ba9d2270ca7340672b54c2018abf3643513f8ae..3953080e14d81d2c01acec5d8443cc05889b603a 100644 (file)
@@ -162,18 +162,30 @@ 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; }
-td.four { width: 33.333333% !important; }
-td.five { width: 41.666666% !important; }
-td.six { width: 50% !important; }
-td.seven { width: 58.333333% !important; }
-td.eight { width: 66.666666% !important; }
-td.nine { width: 75% !important; }
-td.ten { width: 83.333333% !important; }
-td.eleven { width: 91.666666% !important; }
-td.twelve { width: 100% !important; }
+.body .columns td.one,
+.body .column td.one, { width: 8.333333% !important; }
+.body .columns td.two,
+.body .column td.two { width: 16.666666% !important; }
+.body .columns td.three,
+.body .column td.three { width: 25% !important; }
+.body .columns td.four,
+.body .column td.four { width: 33.333333% !important; }
+.body .columns td.five,
+.body .column td.five { width: 41.666666% !important; }
+.body .columns td.six,
+.body .column td.six { width: 50% !important; }
+.body .columns td.seven,
+.body .column td.seven { width: 58.333333% !important; }
+.body .columns td.eight,
+.body .column td.eight { width: 66.666666% !important; }
+.body .columns td.nine,
+.body .column td.nine { width: 75% !important; }
+.body .columns td.ten,
+.body .column td.ten { width: 83.333333% !important; }
+.body .columns td.eleven,
+.body .column td.eleven { width: 91.666666% !important; }
+.body .columns td.twelve,
+.body .column td.twelve { width: 100% !important; }
 
 td.offset-by-one { padding-left: 50px; }
 td.offset-by-two { padding-left: 100px; }