From: Ricky Sullivan Date: Fri, 15 Apr 2016 06:49:09 +0000 (+1000) Subject: Don't allow styles to be added to HTML tag. X-Git-Tag: v2.1.0~8^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2da8a7edf92bcd9de2e9cee02bd4b5e2a49a9dd1;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Don't allow styles to be added to HTML tag. --- diff --git a/scss/grid/_grid.scss b/scss/grid/_grid.scss index 1e09576f..38a28d81 100755 --- a/scss/grid/_grid.scss +++ b/scss/grid/_grid.scss @@ -15,9 +15,11 @@ $grid-column-count: 12 !default; $column-padding-bottom: $global-padding !default; //For viewing email in browser -html { - min-height: 100%; - background: $body-background; +@media only screen { + html { + min-height: 100%; + background: $body-background; + } } table { @@ -144,4 +146,3 @@ th.expander { width: 0; padding: 0 !important; } -