]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
[refs #514] Restore `float-center` 520/head
authorFlorian Bouvot <florian@twee-b.fr>
Sat, 9 Jul 2016 12:36:44 +0000 (14:36 +0200)
committerFlorian Bouvot <florian@twee-b.fr>
Sat, 9 Jul 2016 12:36:44 +0000 (14:36 +0200)
docs/pages/css-guide.md
docs/pages/sass-guide.md

index 60b369ad69abb1e4e87af72e4a82b11995fb7e3e..6bbd41fb527df23259d9ffd68654ab6fed36c83f 100644 (file)
@@ -55,7 +55,7 @@ Inside `index.html`, you can see the boilerplate needed to make an HTML work, wi
   <table class="body" data-made-with-foundation>
     <tr>
       <!-- The class, align, and <center> tag center the container -->
-      <td align="center" valign="top">
+      <td class="float-center" align="center" valign="top">
         <center>
           <!-- The content of your email goes here. -->
         </center>
index 954299c666b70d9fd79b7a324ec256de1e3de56a..280252e6d242fdcfdb902250c6b36155d354c9c1 100644 (file)
@@ -101,7 +101,7 @@ Inside `src/layouts/default.html`, you can see the boilerplate needed to make an
   <table class="body" data-made-with-foundation>
     <tr>
       <!-- The class, align, and <center> tag center the container -->
-      <td align="center" valign="top">
+      <td class="float-center" align="center" valign="top">
         <center>
           <!-- The body of each email you write is injected here -->
           {{> body}}