From: Mark Oleson Date: Thu, 21 Nov 2013 20:34:48 +0000 (-0500) Subject: Changed typo '.clear' to '.clearfix' in utility-classes.html X-Git-Tag: v5.0.0~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3585%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Changed typo '.clear' to '.clearfix' in utility-classes.html Seems to be a typo here, not 100% up to date on Foundation 5, but a quick Chrome Dev Tools test showed that .clear did not clear the floats inside the element, but .clearfix did --- diff --git a/doc/pages/utility-classes.html b/doc/pages/utility-classes.html index b8f444721..6c325c53a 100644 --- a/doc/pages/utility-classes.html +++ b/doc/pages/utility-classes.html @@ -8,7 +8,7 @@ layout: doc/layouts/default.html ***

Float Classes

-You can change the float behavior of an element by adding `.left` or `.right` to an HTML element. To clear floats, add the class `.clear` to the parent element. +You can change the float behavior of an element by adding `.left` or `.right` to an HTML element. To clear floats, add the class `.clearfix` to the parent element.
@@ -65,4 +65,4 @@ You can change the text alignment of an element by adding `.text-left`, `.text-r You can add the class `.hide` to an element to hide it. This will add the property `display: none` to the element. ```html
-``` \ No newline at end of file +```