diff options
| author | Jacob Thornton <[email protected]> | 2011-09-15 22:36:32 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-15 22:36:32 -0700 |
| commit | 39aca918d032fca589cbeb6c31cc3ef82684d0d0 (patch) | |
| tree | 8e9e94fb09d6a0039da6c085e8a61440b3536247 /lib | |
| parent | 68f89d109f1a3324267988159421f7c745d8f6b7 (diff) | |
| download | bootstrap-39aca918d032fca589cbeb6c31cc3ef82684d0d0.tar.xz bootstrap-39aca918d032fca589cbeb6c31cc3ef82684d0d0.zip | |
move clearfix logic back onto clearfix class for ie7
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
