2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

move clearfix logic back onto clearfix class for ie7

This commit is contained in:
Jacob Thornton
2011-09-15 22:36:32 -07:00
parent 68f89d109f
commit 39aca918d0
3 changed files with 14 additions and 20 deletions
+1 -1
View File
@@ -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);
}