]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Don't allow styles to be added to HTML tag. 360/head
authorRicky Sullivan <ricky@rickysullivan.com.au>
Fri, 15 Apr 2016 06:49:09 +0000 (16:49 +1000)
committerRicky Sullivan <ricky@rickysullivan.com.au>
Fri, 15 Apr 2016 06:49:09 +0000 (16:49 +1000)
scss/grid/_grid.scss

index 1e09576f8070e6bf0a073a9c57c791f16b3845c8..38a28d813e03e7261f6f3307e993071777173998 100755 (executable)
@@ -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;
 }
-