From d68c33d538efee0a6379ab1e811c6500d6458330 Mon Sep 17 00:00:00 2001 From: Mark Oleson Date: Thu, 21 Nov 2013 15:34:48 -0500 Subject: [PATCH] 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 --- doc/pages/utility-classes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +``` -- 2.47.2