]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
adds no-expander test
authorRafiBomb <rafi@zurb.com>
Tue, 5 Jul 2016 21:11:59 +0000 (14:11 -0700)
committerRafiBomb <rafi@zurb.com>
Tue, 5 Jul 2016 21:11:59 +0000 (14:11 -0700)
test/visual/pages/expander.html

index 22f7019d54863703425196cc27bb7d662bac6385..b1ec4d43b5d496e3ec8b41fb5fb65b7c73959768 100644 (file)
@@ -1,5 +1,5 @@
 
-<!-- Test for image that shrinks in Outlook 2000, 2002, 2003. This is caused by the use of the .expander -->
+Test for image that shrinks in Outlook 2000, 2002, 2003. This is caused by the use of the .expander
 <container>
   <row>
     <columns small="12" large="3" class="large-offset-1">
       <p class="small-text-center">Sweet beast sun bathe or chase mice rub face on everything or leave dead animals as gifts for mark territory play time.</p>
     </columns>  
   </row>
+</container>
+
+Make sure no expander is created in this table
+<container>
+  <row>
+    <columns small="12" large="12" no-expander>
+      <h4 class="small-text-center">What is the deal?</h4>
+      <p class="small-text-center">Sweet beast sun bathe or chase mice rub face on everything or leave dead animals as gifts for mark territory play time.</p>
+    </columns>  
+  </row>
 </container>
\ No newline at end of file