Created
August 23, 2013 15:15
-
-
Save lcaballero/6320482 to your computer and use it in GitHub Desktop.
Minimal common helper css.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* http://meyerweb.com/eric/tools/css/reset/ | |
v2.0 | 20110126 | |
License: none (public domain) | |
*/ | |
.hasLayout, .contain { | |
*zoom:1; | |
} | |
.contain:after { | |
content:"."; | |
display:block; | |
height:0; | |
clear:both; | |
visibility:hidden; | |
} | |
.none { | |
display:none; | |
} | |
.hide { | |
visibility:hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment