Sha256: 9a8b5444a42d1f126cb6e8a469a023b31db9109cd7aa63441e39e8363f02bd06
Contents?: true
Size: 460 Bytes
Versions: 9
Compression:
Stored size: 460 Bytes
Contents
/* -------------------------------------------------------------------- * * 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; } /* -------------------------------------------------------------------- */
Version data entries
9 entries across 9 versions & 1 rubygems