mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
fuck everything about .clear_float() -- restore .clearfix() as mixin
This commit is contained in:
+2
-2
@@ -343,7 +343,7 @@ select:focus:invalid {
|
||||
margin-bottom: @line-height-base;
|
||||
background-color: @form-actions-background;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
.clear_float(); // Adding clearfix to allow for .pull-right button containers
|
||||
.clearfix(); // Adding clearfix to allow for .pull-right button containers
|
||||
}
|
||||
|
||||
|
||||
@@ -517,7 +517,7 @@ select:focus:invalid {
|
||||
.control-group {
|
||||
position: relative;
|
||||
margin-bottom: @line-height-base;
|
||||
.clear_float();
|
||||
.clearfix();
|
||||
|
||||
input,
|
||||
select,
|
||||
|
||||
Reference in New Issue
Block a user