From: Brett DeWoody Date: Thu, 22 May 2014 17:20:27 +0000 (-0400) Subject: Added support for .show-on-small in Gmail X-Git-Tag: v2.0.0~2^2~20^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88749a91099b047007d3025cdd7c1ccb755f7f73;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Added support for .show-on-small in Gmail Updated .show-for-small and .hide-for-desktop to support Gmail --- diff --git a/css/ink.css b/css/ink.css index 9f40ef94..4a914bb9 100644 --- a/css/ink.css +++ b/css/ink.css @@ -315,6 +315,8 @@ img.center { .show-for-small, .hide-for-desktop { display: none; + width:0; + overflow:hidden; } /* Typography */ @@ -689,6 +691,8 @@ body.outlook p { table[class="body"] .show-for-small, table[class="body"] .hide-for-desktop { - display: inherit !important; + display : block !important; + width : auto !important; + overflow : visible !important; } }