]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Added .show-for-small support to Outlook 86/head
authorBrett DeWoody <brett@digitalwaxworks.com>
Thu, 22 May 2014 17:49:38 +0000 (13:49 -0400)
committerBrett DeWoody <brett@digitalwaxworks.com>
Thu, 22 May 2014 17:49:38 +0000 (13:49 -0400)
Added mso-hide:all; to hide .show-for-small content in Outlook.

css/ink.css

index 4a914bb9c4d9eb04e984dcd73d0ac5afdd1891f6..37999c39dccf2fb87021aec01365df7adad1ae6a 100644 (file)
@@ -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 {