Created
November 11, 2015 13:33
-
-
Save pablocattaneo/f56166a5c0cfd49149f2 to your computer and use it in GitHub Desktop.
Css Hack for Internet Explorer
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
@media screen and (min-width unquote('0\0')) | |
/* Tus estilos CSS para IE9, IE10, IE11 */ | |
.form-signin img.v-icon | |
height 281px |
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
@media screen and (min-width:0\0) { | |
/* Tus estilos CSS para IE9, IE10, IE11 */ | |
} | |
@media screen\0 { | |
/* Tus estilos CSS para IE8, IE9, IE10 */ | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment