]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Update full-width syntax
authorEric Morris <eric@zurb.com>
Tue, 1 Oct 2013 20:48:24 +0000 (13:48 -0700)
committerEric Morris <eric@zurb.com>
Tue, 1 Oct 2013 20:48:24 +0000 (13:48 -0700)
README.md
css/ink.css

index a92a733f7f3e193743bc3cd701c87e41899a3754..957320bfb3b3f2f5a5ec937fcaa2a9cc35ecd5aa 100644 (file)
--- 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
index afb52e8f5a3359b7767b6357c67552cc80d9f2c8..10d21481b5fd87c7e35daf19d5fff19153b59d6c 100644 (file)
@@ -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;