/* -------------------------------------------------------------------- * * Micro Clearfix * http://nicolasgallagher.com/micro-clearfix-hack/ */ %clearfix:before, %clearfix:after { content: " "; display: table; } %clearfix:after { clear: both; } %clearfix { /** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */ *zoom: 1; } /* -------------------------------------------------------------------- */