]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
updates migration guide for calllout classes
authorRafiBomb <rafi@zurb.com>
Tue, 22 Mar 2016 22:19:19 +0000 (15:19 -0700)
committerRafiBomb <rafi@zurb.com>
Tue, 22 Mar 2016 22:19:19 +0000 (15:19 -0700)
docs/pages/migration.md

index 0fcd687cd353730db0452037d9a4c3a8aacccc46..ecc31c86133d11056320922550af41b750494fdf 100644 (file)
@@ -388,9 +388,9 @@ In an effort to unify the terminology across the Foundation family `panels` are
 #### Old Markup (Plain HTML)
 
 ```
-<table class="small-12 columns">
+<table class="callout">
   <tr>
-    <td class="callout">
+    <td class="callout-inner">
 
     </td>
     <td class="expander"></td>
@@ -428,7 +428,7 @@ In an effort to unify the terminology across the Foundation family `panels` are
 </callout>
 ```
 
-Callouts are only applicable to a `<td>` with a CSS version. In Foundation for Emails 2 Inky markup, you can wrap a callout around a `<row>` or the content inside a `<column>`.
+You can wrap a callout around a `<row>` or the content inside a `<column>`.
 
 ---