From: Eric Morris Date: Tue, 1 Oct 2013 20:48:24 +0000 (-0700) Subject: Update full-width syntax X-Git-Tag: v1.0.0~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ac09feff6c68c2908065fcdf8bf9242ac49c92c;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Update full-width syntax --- diff --git a/README.md b/README.md index a92a733f..957320bf 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ table(.three).columns table.body td.center - table.row + table.full-width td.center table.container diff --git a/css/ink.css b/css/ink.css index afb52e8f..10d21481 100644 --- a/css/ink.css +++ b/css/ink.css @@ -1,4 +1,4 @@ -/* Ink v0.6.1 - Copyright 2013 ZURB Inc */ +/* Ink v0.6.2 - Copyright 2013 ZURB Inc */ /********************************************** * Client-specific Styles & Reset * @@ -50,6 +50,10 @@ img { display: block; } +center { + width: 100%; +} + a img { border: none; } @@ -131,7 +135,8 @@ table.column td.sub-column { padding-right: 3.448276%; } -table.row td.last { +table.row td.last, +table.container td.last { padding-right: 0px; } @@ -188,6 +193,11 @@ td.sub-offset-by-eleven { padding-left: 91.379303% !important; } td.expander { visibility: hidden; width: 0px; + padding: 0 !important; +} + +table.full-width { + width: 100%; } /********************************************** @@ -498,6 +508,10 @@ body.outlook img { padding-left: 0 !important; } + table[class="body"] .expander { + width: 9999px !important; + } + table[class="body"] .hide-for-small, table[class="body"] .show-for-desktop { display: none !important;