From: Eric Morris Date: Fri, 3 Jan 2014 19:24:05 +0000 (-0800) Subject: Remove important declaration for sub-columns and add sub-columns width overrides... X-Git-Tag: v1.0.5~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8da364a62944192fe0dc2f9c03bfec506135cc17;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Remove important declaration for sub-columns and add sub-columns width overrides to media query --- diff --git a/css/ink.css b/css/ink.css index e67d61e4..fc74f4e4 100644 --- a/css/ink.css +++ b/css/ink.css @@ -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,