From: RafiBomb Date: Mon, 16 May 2016 16:27:17 +0000 (-0700) Subject: removes important for images on small X-Git-Tag: v2.2.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a76d810f342df207ffa836d92f91e0deb1ed4273;p=thirdparty%2Ffoundation%2Ffoundation-emails.git removes important for images on small --- diff --git a/gulpfile.js b/gulpfile.js index 69044c52..a39b1e5e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -23,7 +23,7 @@ supercollider pageRoot: 'docs/pages', data: { repoName: 'foundation-emails', - editBranch: 'v2.0' + editBranch: 'develop' } }) .searchConfig({ diff --git a/package.json b/package.json index 723b1c22..7947dfb0 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": "zurb/inky#fix-character-escaping", + "inky": "zurb/inky", "lazypipe": "^1.0.1", "motion-ui": "^1.1.1", "multiline": "^1.0.2", @@ -63,3 +63,5 @@ "needs": "^0.8.0" } } + + diff --git a/scss/components/_media-query.scss b/scss/components/_media-query.scss index ff466f1e..49619299 100755 --- a/scss/components/_media-query.scss +++ b/scss/components/_media-query.scss @@ -8,8 +8,8 @@ @media only screen and (max-width: #{$global-breakpoint}) { table.body img { - width: auto !important; - height: auto !important; + width: auto; + height: auto; } table.body center { diff --git a/test/visual/pages/images.html b/test/visual/pages/images.html new file mode 100644 index 00000000..72213318 --- /dev/null +++ b/test/visual/pages/images.html @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file