joeswann
11/12/2013 - 12:58 AM

Got some random bugs with bootstrap 2.1 clearfix. this one fixed them..

Got some random bugs with bootstrap 2.1 clearfix. this one fixed them..

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }