Chris@0: /** Chris@0: * @file Chris@0: * Float clearing. Chris@0: * Chris@0: * Based on the micro clearfix hack by Nicolas Gallagher, with the :before Chris@0: * pseudo selector removed to allow normal top margin collapse. Chris@0: * Chris@0: * @see http://nicolasgallagher.com/micro-clearfix-hack Chris@0: */ Chris@0: Chris@0: .clearfix:after { Chris@0: display: table; Chris@0: clear: both; Chris@18: content: ""; Chris@0: }