mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
fuck everything about .clear_float() -- restore .clearfix() as mixin
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@
|
||||
background-color: @navbar-bg;
|
||||
border-radius: @border-radius-base;
|
||||
// Prevent floats from breaking the navbar
|
||||
.clear_float();
|
||||
.clearfix();
|
||||
}
|
||||
|
||||
// Navbar nav links
|
||||
@@ -283,7 +283,7 @@
|
||||
.navbar .nav {
|
||||
float: left;
|
||||
margin-top: 0; // undo top margin to make nav extend full height of navbar
|
||||
.clear_float();
|
||||
.clearfix();
|
||||
|
||||
&.pull-right {
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user