Created
October 6, 2015 19:38
-
-
Save tassoevan/22d4fb336b710dfaaad3 to your computer and use it in GitHub Desktop.
XHTML to HTML5 alignment fix
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
<style> | |
/* XHTML to HTML5 alignment fix */ | |
img { vertical-align: top; } | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment