2
0
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:
Mark Otto
2013-03-30 13:23:18 -07:00
parent 8d8f4e0cdd
commit aee25786a7
10 changed files with 132 additions and 17 deletions
+2 -2
View File
@@ -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;