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
|
@ -70,3 +70,12 @@
|
|||
#menu > * {
|
||||
border-top: solid 1px #dedede;
|
||||
}
|
||||
|
||||
/* Responsive images */
|
||||
|
||||
@media \0screen {
|
||||
img {
|
||||
width: auto; /* for ie 8 */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue