Created
May 28, 2013 11:51
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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