From 7c04d573d0a08a365f3350c9d52d7cc870f702be Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 20 Dec 2012 21:44:45 -0800 Subject: update docs regarding normalize and clearfix --- docs/components.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 0f375ebfa..ac9dc91ce 100644 --- a/docs/components.html +++ b/docs/components.html @@ -2138,17 +2138,16 @@ class="muted"

.clearfix

-

Clear the float on any element

+

Clear the float on any element.

 class="clearfix"
 
 .clearfix {
-  *zoom: 1;
   &:before,
   &:after {
+    content: " ";
     display: table;
-    content: "";
   }
   &:after {
     clear: both;
-- 
cgit v1.2.3