Closed KonstantinKlepikov closed 7 years ago
When i use code like in example: http://foundation.zurb.com/emails/docs/menu.html#basics
<menu> <item href="http://zurb.com">Item</item> <item href="http://zurb.com">Item</item> <item href="http://zurb.com">Item</item> </menu>
.float-center class is still added to tr, like here:
<tr class="menu-item float-center"> <a href="http://zurb.com">Item</a> </tr>
How prevent that?
When i use code like in example: http://foundation.zurb.com/emails/docs/menu.html#basics
.float-center class is still added to tr, like here:
How prevent that?