2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Update clearfix mixin and class per @necolas's feedback

This commit is contained in:
Mark Otto
2012-12-19 17:49:20 -08:00
parent ac20a08281
commit 840e47eabd
3 changed files with 34 additions and 51 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
// Floats
// -------------------------
.clear {
.clearfix();
.clearfix {
.clear_float();
}
.pull-right {
float: right;