Sha256: 75a1c988197c4eac2bf97b4852f5304ec1bbfca9071863e9a17d8277881854c5
Contents?: true
Size: 763 Bytes
Versions: 38
Compression:
Stored size: 763 Bytes
Contents
/* * The Magnificent Micro Clearfix * * Useful for clearing floats without structural markup. * Prevents margin-collapsing on child elements in most cases. * * Known issues: * * 1. For IE 6/7 when applied to an element that contains only left-floated * children the bottom margin on child elements will be collapsed. * * 2. For Firefox versions prior to 3.5 when applied to the first child element * of body, and the element does not have non-zero padding, extra space will * appear between the body and the first child. * * See http://nicolasgallagher.com/micro-clearfix-hack/ * and http://j.mp/bestclearfix * */ clearfix() &:before &:after content: "" display: table &:after clear: both zoom: 1 if support-for-ie
Version data entries
38 entries across 19 versions & 1 rubygems