From 9e6f3755f628770c8b6935ded9d20688bda874c3 Mon Sep 17 00:00:00 2001 From: Brett DeWoody Date: Thu, 22 May 2014 13:49:38 -0400 Subject: [PATCH] Added .show-for-small support to Outlook Added mso-hide:all; to hide .show-for-small content in Outlook. --- css/ink.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 { -- 2.47.2