From: Aristides Lourenco Date: Fri, 22 Nov 2013 00:41:19 +0000 (+0000) Subject: Remove !important from h1 a, hn a, ... X-Git-Tag: v1.0.4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F22%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Remove !important from h1 a, hn a, ... !important directive prevents rule from working in Outlook 2007/2010/2013 and is redundant in this case. --- diff --git a/css/ink.css b/css/ink.css index 3953080e..c638a91b 100644 --- a/css/ink.css +++ b/css/ink.css @@ -356,7 +356,7 @@ h3 a, h4 a, h5 a, h6 a { - color: #2ba6cb !important; + color: #2ba6cb; } h1 a:active,