From: Eric Morris Date: Mon, 18 Nov 2013 22:01:29 +0000 (-0800) Subject: Update Outlook testing class to make p tags inline and stop screwing up images, per... X-Git-Tag: v1.0.3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87bd2ce9ecb0af0b3acd67a4a324314af06dad2d;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Update Outlook testing class to make p tags inline and stop screwing up images, per the new image styling guidelines in the docs --- diff --git a/css/ink.css b/css/ink.css index 564b1d35..a791d44b 100644 --- a/css/ink.css +++ b/css/ink.css @@ -654,9 +654,8 @@ table.round td { /* Outlook First */ -body.outlook img { - width: auto !important; - max-width: none !important; +body.outlook p { + display: inline !important; } /* Media Queries */