From: RafiBomb Date: Thu, 31 Mar 2016 20:09:26 +0000 (-0700) Subject: changes fluid header test to make it work in all clients X-Git-Tag: v2.1.0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aea4a1bff62391b52216d0a0f4d8a77cb385dca6;p=thirdparty%2Ffoundation%2Ffoundation-emails.git changes fluid header test to make it work in all clients --- diff --git a/gulpfile.js b/gulpfile.js index 23a29322..e4687227 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -213,8 +213,8 @@ function inliner(css) { }) .pipe($.injectString.replace, '', '') .pipe($.htmlmin, { - collapseWhitespace: true, - minifyCSS: true + collapseWhitespace: false, + minifyCSS: false }); return pipe(); diff --git a/package.json b/package.json index 04b34186..f73738bf 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/scss/_global.scss b/scss/_global.scss index 81d6684e..41b9379c 100755 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -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; +// } diff --git a/scss/foundation.scss b/scss/foundation.scss index 637ce4da..d700e954 100755 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -20,53 +20,8 @@ - -.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 diff --git a/scss/grid/_grid.scss b/scss/grid/_grid.scss index 1fe6e2af..1e09576f 100755 --- a/scss/grid/_grid.scss +++ b/scss/grid/_grid.scss @@ -144,3 +144,4 @@ th.expander { width: 0; padding: 0 !important; } + diff --git a/test/visual/_template.html b/test/visual/_template.html index 54f4ca73..becb8451 100644 --- a/test/visual/_template.html +++ b/test/visual/_template.html @@ -10,7 +10,7 @@ -
+
<%= contents %>