Skip to content

Instantly share code, notes, and snippets.

@bguiz
Created May 28, 2013 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bguiz/5662201 to your computer and use it in GitHub Desktop.
Save bguiz/5662201 to your computer and use it in GitHub Desktop.
css shim/ reset for new elements introduced in HTML5. see http://diveintohtml5.info/semantics.html#new-elements for a full discussion. #ft #html5
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {
display:block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment