From: Eric Morris Date: Wed, 20 Nov 2013 19:41:31 +0000 (-0800) Subject: Increase specificity on sub-columns width X-Git-Tag: v1.0.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60f4c99956bd5cb5a442abaa891fdd0862f6bed;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Increase specificity on sub-columns width --- diff --git a/css/ink.css b/css/ink.css index 6ba9d227..3953080e 100644 --- a/css/ink.css +++ b/css/ink.css @@ -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; }