From 39aca918d032fca589cbeb6c31cc3ef82684d0d0 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 15 Sep 2011 22:36:32 -0700 Subject: move clearfix logic back onto clearfix class for ie7 --- lib/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/forms.less b/lib/forms.less index 3ee60470e..d6b1a693d 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -28,6 +28,7 @@ fieldset { // Parent element that clears floats and wraps labels and fields together form .clearfix { margin-bottom: @baseline; + .clearfix() } // Set font for forms @@ -325,7 +326,6 @@ textarea[readonly] { // Allow us to put symbols and text within the input field for a cleaner look .input-prepend, .input-append { - .clearfix(); input { .border-radius(0 3px 3px 0); } -- cgit v1.2.3