Skip to content

Instantly share code, notes, and snippets.

@paulmist
Created November 21, 2011 10:19
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 paulmist/1382233 to your computer and use it in GitHub Desktop.
Save paulmist/1382233 to your computer and use it in GitHub Desktop.
HTML5 CSS Display Reset
/* HTML5 display-role reset for older browsers */
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