]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
[refs #514] Remove `float-center` class
authorFlorian Bouvot <florian@twee-b.fr>
Fri, 8 Jul 2016 17:18:49 +0000 (19:18 +0200)
committerFlorian Bouvot <florian@twee-b.fr>
Fri, 8 Jul 2016 17:18:49 +0000 (19:18 +0200)
docs/pages/css-guide.md

index 6bbd41fb527df23259d9ffd68654ab6fed36c83f..60b369ad69abb1e4e87af72e4a82b11995fb7e3e 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 class="float-center" align="center" valign="top">
+      <td align="center" valign="top">
         <center>
           <!-- The content of your email goes here. -->
         </center>