Sha256: c25b64e33f9bb9f4a4caaebd14031cc6371e89c81c9f3e4da37ecbfbec252b76
Contents?: true
Size: 394 Bytes
Versions: 11
Compression:
Stored size: 394 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; } /* --- End clearfix --- */
Version data entries
11 entries across 11 versions & 1 rubygems