Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Created November 11, 2015 13:33
Show Gist options
  • Save pablocattaneo/f56166a5c0cfd49149f2 to your computer and use it in GitHub Desktop.
Save pablocattaneo/f56166a5c0cfd49149f2 to your computer and use it in GitHub Desktop.
Css Hack for Internet Explorer
@media screen and (min-width unquote('0\0'))
/* Tus estilos CSS para IE9, IE10, IE11 */
.form-signin img.v-icon
height 281px
@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