]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Add block grid and bump to version 7.0
authorEric Morris <eric@zurb.com>
Tue, 8 Oct 2013 17:24:14 +0000 (10:24 -0700)
committerEric Morris <eric@zurb.com>
Tue, 8 Oct 2013 17:24:14 +0000 (10:24 -0700)
.gitignore [new file with mode: 0644]
css/ink.css

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..e43b0f9
--- /dev/null
@@ -0,0 +1 @@
+.DS_Store
index 0ec7d27b884905d54256d331d7666f9cc3965e0a..eb8ccd62e54412ff2bf6f2715215716d2fbdb0de 100644 (file)
@@ -1,4 +1,4 @@
-/* Ink v0.6.2 - Copyright 2013 ZURB Inc */
+/* Ink v0.7.0 - Copyright 2013 ZURB Inc */
 
 /**********************************************
 * Client-specific Styles & Reset              *
@@ -196,6 +196,48 @@ td.expander {
   padding: 0 !important;
 }
 
+/**********************************************
+* Block Grid                                  *
+**********************************************/
+
+.block-grid {
+  width: 100%;
+  max-width: 580px;
+}
+
+.block-grid td {
+  display: inline-block;
+  padding:10px;
+}
+
+.two-up td {
+  width:270px;
+}
+
+.three-up td {
+  width:173px;
+}
+
+.four-up td {
+  width:125px;
+}
+
+.five-up td {
+  width:96px;
+}
+
+.six-up td {
+  width:76px;
+}
+
+.seven-up td {
+  width:62px;
+}
+
+.eight-up td {
+  width:52px;
+}
+
 /**********************************************
 * Alignment & Visibility Classes              *
 **********************************************/