From 0ac68cbd8e83638846b7f3f9db522aba50f7f360 Mon Sep 17 00:00:00 2001 From: Patrick Rauland Date: Tue, 8 Jul 2014 11:13:26 -0600 Subject: [PATCH] removing webkit only styles from email templates; --- templates/emails/email-header.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/emails/email-header.php b/templates/emails/email-header.php index 61ec263924a..5dc7932e2d7 100644 --- a/templates/emails/email-header.php +++ b/templates/emails/email-header.php @@ -29,20 +29,15 @@ $wrapper = " padding: 70px 0 70px 0; "; $template_container = " - -webkit-box-shadow:0 0 0 3px rgba(0,0,0,0.025) !important; box-shadow:0 0 0 3px rgba(0,0,0,0.025) !important; - -webkit-border-radius:6px !important; border-radius:6px !important; background-color: " . esc_attr( $body ) . "; border: 1px solid $bg_darker_10; - -webkit-border-radius:6px !important; border-radius:6px !important; "; $template_header = " background-color: " . esc_attr( $base ) ."; color: $base_text; - -webkit-border-top-left-radius:6px !important; - -webkit-border-top-right-radius:6px !important; border-top-left-radius:6px !important; border-top-right-radius:6px !important; border-bottom: 0; @@ -53,7 +48,6 @@ $template_header = " "; $body_content = " background-color: " . esc_attr( $body ) . "; - -webkit-border-radius:6px !important; border-radius:6px !important; "; $body_content_inner = "