From: Eric Morris Date: Tue, 8 Oct 2013 17:24:14 +0000 (-0700) Subject: Add block grid and bump to version 7.0 X-Git-Tag: v1.0.0~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=286e855d0e918e5cc67a5c4c26664fca7306944a;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Add block grid and bump to version 7.0 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e43b0f98 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/css/ink.css b/css/ink.css index 0ec7d27b..eb8ccd62 100644 --- a/css/ink.css +++ b/css/ink.css @@ -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 * **********************************************/