]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
changes fluid header test to make it work in all clients
authorRafiBomb <rafi@zurb.com>
Thu, 31 Mar 2016 20:09:26 +0000 (13:09 -0700)
committerRafiBomb <rafi@zurb.com>
Thu, 31 Mar 2016 20:09:26 +0000 (13:09 -0700)
gulpfile.js
package.json
scss/_global.scss
scss/foundation.scss
scss/grid/_grid.scss
test/visual/_template.html

index 23a293222f1472158ece7cc688840520a12e9990..e46872276e79b28d46fd98c5c689e7e1acdd5fa8 100644 (file)
@@ -213,8 +213,8 @@ function inliner(css) {
     })
     .pipe($.injectString.replace, '<!-- <style> -->', '<style>'+mqCss+'</style>')
     .pipe($.htmlmin, {
-      collapseWhitespace: true,
-      minifyCSS: true
+      collapseWhitespace: false,
+      minifyCSS: false
     });
 
   return pipe();
index 04b341867a44cbecc75733eecec397c1193445d9..f73738bf5aad09426dee9b5bc2b5522542648fb3 100644 (file)
@@ -43,7 +43,7 @@
     "gulp-sourcemaps": "^1.6.0",
     "gulp-wrap": "^0.11.0",
     "gulp-zip": "^3.2.0",
-    "inky": "^1.3.3",
+    "inky": "zurb/inky",
     "lazypipe": "^1.0.1",
     "motion-ui": "^1.1.1",
     "multiline": "^1.0.2",
index 81d6684e527f521981b11f2193b0ff646c0d44f2..41b9379cd76cfdbf032256fb242b6f0947e807a8 100755 (executable)
@@ -97,3 +97,13 @@ $global-rounded: 500px !default;
 /// Global media query to switch from desktop to mobile styles.
 /// @type String
 $global-breakpoint: $global-width + $global-gutter !default;
+
+
+// .wrapper {
+//   width: 100%;
+// }
+
+// .wrapper-inner {
+//   padding-top: 32px !important;
+//   padding-bottom: 32px !important;
+// }
index 637ce4dad4de5aa8f78ca770d502265c7b708b70..d700e9545dba396edfcf1126b8ce13f994b5d360 100755 (executable)
 
 
 
-      
-.footer-drip {
-  background: #F3F3F3;
-  border-radius: 0 0 10px 10px;
-}
 
-.footer-drip .columns {
-  padding-top: 16px;
-}
 
-.container.header-drip {
-  background: #F3F3F3;
-}
 
-.container.header-drip .columns {
-  padding-bottom: 16px;
-  padding-top: 16px;
-}
 
-.container.body-drip {
-  border-radius: 10px;
-  border-top: 10px solid #663399;
-}
 
-
-
-
-.header {
-  background: #8a8a8a;
-}
-
-.header p {
-  color: #ffffff;
-  margin: 0;
-}
-
-.header .columns {
-  padding-bottom: 0;
-}
-
-.header .container {
-  background: #8a8a8a;
-  padding-top: 16px;
-  padding-bottom: 16px;
-}
-
-.header .container td {
-  padding-top: 16px;
-  padding-bottom: 16px;
-}
\ No newline at end of file
index 1fe6e2af40f0c5e23573853deb3336dd326702e7..1e09576f8070e6bf0a073a9c57c791f16b3845c8 100755 (executable)
@@ -144,3 +144,4 @@ th.expander {
   width: 0;
   padding: 0 !important;
 }
+
index 54f4ca73394ef86be56e6e7a97333b773837376a..becb84513a165c702a23aefd5036b74fc1e2b158 100644 (file)
@@ -10,7 +10,7 @@
   <!-- <style> -->
   <table class="body" data-made-with-foundation>
     <tr>
-      <td class="center" align="center" valign="top">
+      <td class="float-center" align="center" valign="top">
         <center>
           <%= contents %>
         </center>