]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
adds new viual test for expander image issue
authorRafiBomb <rafi@zurb.com>
Mon, 21 Mar 2016 01:21:38 +0000 (18:21 -0700)
committerRafiBomb <rafi@zurb.com>
Mon, 21 Mar 2016 01:21:38 +0000 (18:21 -0700)
test/visual/pages/expander.html [new file with mode: 0644]

diff --git a/test/visual/pages/expander.html b/test/visual/pages/expander.html
new file mode 100644 (file)
index 0000000..04d3955
--- /dev/null
@@ -0,0 +1,16 @@
+
+<!-- Test for image that shrinks in Outlook 2000, 2002, 2003. This is caused by the use of the .expander -->
+<container>
+  <!-- feature callout -->
+  <row>
+    <columns small="12" large="3" class="large-offset-1">
+      <img height="120" width="120" class="small-float-center" src="assets/img/question-mark-image.png" alt="image of question mark">
+    </columns>
+    <columns small="12" large="8">
+      <h4>what type are you?</h4>
+      <p>Sweet beast sun bathe or chase mice rub face on everything or leave dead animals as gifts for mark territory play time.</p>
+      <button class="primary small" href="#">Check it out</button>
+    </columns>  
+  </row>
+  <!-- /feature callout -->
+</container>
\ No newline at end of file