Workaround for responsive images on ie 8
This is part of the fix for issue #287
This commit is contained in:
parent
2e71042286
commit
bd2c452643
|
@ -69,4 +69,13 @@
|
||||||
|
|
||||||
#menu > * {
|
#menu > * {
|
||||||
border-top: solid 1px #dedede;
|
border-top: solid 1px #dedede;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Responsive images */
|
||||||
|
|
||||||
|
@media \0screen {
|
||||||
|
img {
|
||||||
|
width: auto; /* for ie 8 */
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue