kisabelle
1/16/2014 - 11:07 PM

Micro clearfix by Nicolas Gallagher

Micro clearfix by Nicolas Gallagher

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}