Skip to content

Instantly share code, notes, and snippets.

@paulstraw
Created January 5, 2013 00:24
Show Gist options
  • Select an option

  • Save paulstraw/4458762 to your computer and use it in GitHub Desktop.

Select an option

Save paulstraw/4458762 to your computer and use it in GitHub Desktop.
* { margin: 0; padding: 0; border: 0; }
/* optional: always show scrollbar in non-IE */
html { overflow-y: scroll; }
body, input, select, textarea, button { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { -ms-interpolation-mode: bicubic; }
strong { font-weight: bold; }
em { font-style: italic; }
/* Clearfix: */
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .group { height: 1%; }
*:first-child+html .group { min-height: 1px; }
/* End clearfix */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment