]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Remove important declaration for sub-columns and add sub-columns width overrides...
authorEric Morris <eric@zurb.com>
Fri, 3 Jan 2014 19:24:05 +0000 (11:24 -0800)
committerEric Morris <eric@zurb.com>
Fri, 3 Jan 2014 19:24:05 +0000 (11:24 -0800)
css/ink.css

index e67d61e41d81f0c8c15c2ea2211e4ad06d008566..fc74f4e4fc5be8c0ea0452a1cecbc55259a1e022 100644 (file)
@@ -181,29 +181,29 @@ 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 .column td.one { width: 8.333333%; }
 .body .columns td.two,
-.body .column td.two { width: 16.666666% !important; }
+.body .column td.two { width: 16.666666%; }
 .body .columns td.three,
-.body .column td.three { width: 25% !important; }
+.body .column td.three { width: 25%; }
 .body .columns td.four,
-.body .column td.four { width: 33.333333% !important; }
+.body .column td.four { width: 33.333333%; }
 .body .columns td.five,
-.body .column td.five { width: 41.666666% !important; }
+.body .column td.five { width: 41.666666%; }
 .body .columns td.six,
-.body .column td.six { width: 50% !important; }
+.body .column td.six { width: 50%; }
 .body .columns td.seven,
-.body .column td.seven { width: 58.333333% !important; }
+.body .column td.seven { width: 58.333333%; }
 .body .columns td.eight,
-.body .column td.eight { width: 66.666666% !important; }
+.body .column td.eight { width: 66.666666%; }
 .body .columns td.nine,
-.body .column td.nine { width: 75% !important; }
+.body .column td.nine { width: 75%; }
 .body .columns td.ten,
-.body .column td.ten { width: 83.333333% !important; }
+.body .column td.ten { width: 83.333333%; }
 .body .columns td.eleven,
-.body .column td.eleven { width: 91.666666% !important; }
+.body .column td.eleven { width: 91.666666%; }
 .body .columns td.twelve,
-.body .column td.twelve { width: 100% !important; }
+.body .column td.twelve { width: 100%; }
 
 td.offset-by-one { padding-left: 50px; }
 td.offset-by-two { padding-left: 100px; }
@@ -610,6 +610,31 @@ body.outlook p {
     width: 100% !important;
   }
 
+  table[class="body"] .columns td.one,
+  table[class="body"] .column td.one { width: 8.333333% !important; }
+  table[class="body"] .columns td.two,
+  table[class="body"] .column td.two { width: 16.666666% !important; }
+  table[class="body"] .columns td.three,
+  table[class="body"] .column td.three { width: 25% !important; }
+  table[class="body"] .columns td.four,
+  table[class="body"] .column td.four { width: 33.333333% !important; }
+  table[class="body"] .columns td.five,
+  table[class="body"] .column td.five { width: 41.666666% !important; }
+  table[class="body"] .columns td.six,
+  table[class="body"] .column td.six { width: 50% !important; }
+  table[class="body"] .columns td.seven,
+  table[class="body"] .column td.seven { width: 58.333333% !important; }
+  table[class="body"] .columns td.eight,
+  table[class="body"] .column td.eight { width: 66.666666% !important; }
+  table[class="body"] .columns td.nine,
+  table[class="body"] .column td.nine { width: 75% !important; }
+  table[class="body"] .columns td.ten,
+  table[class="body"] .column td.ten { width: 83.333333% !important; }
+  table[class="body"] .columns td.eleven,
+  table[class="body"] .column td.eleven { width: 91.666666% !important; }
+  table[class="body"] .columns td.twelve,
+  table[class="body"] .column td.twelve { width: 100% !important; }
+
   table[class="body"] td.offset-by-one,
   table[class="body"] td.offset-by-two,
   table[class="body"] td.offset-by-three,