Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Created January 11, 2014 12:59
Show Gist options
  • Save adikahorvath/8370694 to your computer and use it in GitHub Desktop.
Save adikahorvath/8370694 to your computer and use it in GitHub Desktop.
html5 ready for <=IE8
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
audio, canvas, video {
display: inline-block;
}
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment