bug #405, keep vanilla Smarty and remove {strip} for CSS emails

This commit is contained in:
plegall
2016-01-22 22:01:42 +01:00
parent 727b9827af
commit 025bc0533d
3 changed files with 0 additions and 6 deletions
@@ -1,4 +1,3 @@
{strip}
/* page */
body {
font-family:"Verdana", "Helvetica", "Optima", sans-serif;
@@ -102,4 +101,3 @@ hr {
border-style:solid;
margin:1em;
}
{/strip}
@@ -1,4 +1,3 @@
{strip}
/* page */
body {
color:#111;
@@ -70,4 +69,3 @@ blockquote {
background:#eee;
border-right:1px solid #fff;
}
{/strip}
@@ -1,4 +1,3 @@
{strip}
/* page */
body {
color:#fff;
@@ -84,4 +83,3 @@ blockquote {
hr {
border-color:#555;
}
{/strip}