Skip to content

Commit

Permalink
removing webkit only styles from email templates;
Browse files Browse the repository at this point in the history
  • Loading branch information
BFTrick committed Jul 8, 2014
1 parent cc5b722 commit 0ac68cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions templates/emails/email-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,15 @@
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;
Expand All @@ -53,7 +48,6 @@
";
$body_content = "
background-color: " . esc_attr( $body ) . ";
-webkit-border-radius:6px !important;
border-radius:6px !important;
";
$body_content_inner = "
Expand Down

0 comments on commit 0ac68cb

Please sign in to comment.