Skip to content

Instantly share code, notes, and snippets.

@lcaballero
Created August 23, 2013 15:15
Show Gist options
  • Save lcaballero/6320482 to your computer and use it in GitHub Desktop.
Save lcaballero/6320482 to your computer and use it in GitHub Desktop.
Minimal common helper css.
/* 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