2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00
This commit is contained in:
Jacob Thornton
2011-08-19 20:20:48 -07:00
parent b342c4cca3
commit 73f1bcf717
3 changed files with 45 additions and 36 deletions
+5 -5
View File
@@ -54,15 +54,15 @@
// MIXINS
// ------
// Clearfix for clearing floats like a boss
// Clearfix for clearing floats like a boss h5bp.com/q
.clearfix {
zoom: 1;
&:before, &:after {
display: table;
content: "";
}
&:after {
display: block;
visibility: hidden;
height: 0;
clear: both;
content: ".";
}
}