From: Brett DeWoody Date: Thu, 22 May 2014 17:49:38 +0000 (-0400) Subject: Added .show-for-small support to Outlook X-Git-Tag: v2.0.0~2^2~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F86%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Added .show-for-small support to Outlook Added mso-hide:all; to hide .show-for-small content in Outlook. --- diff --git a/css/ink.css b/css/ink.css index 4a914bb9..37999c39 100644 --- a/css/ink.css +++ b/css/ink.css @@ -315,10 +315,16 @@ img.center { .show-for-small, .hide-for-desktop { display: none; - width:0; + width:0; + mso-hide:all; overflow:hidden; } +.show-for-small *, +.hide-for-desktop * { + mso-hide:all; +} + /* Typography */ body, table.body, h1, h2, h3, h4, h5, h6, p, td {