fix images height on IE
This commit is contained in:
parent
0f5bd08aee
commit
6adba747b9
|
@ -484,7 +484,6 @@ div.ac-wrap {
|
||||||
float: right;
|
float: right;
|
||||||
img, svg {
|
img, svg {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -428,7 +428,6 @@ span.post-count {
|
||||||
article.boxed {
|
article.boxed {
|
||||||
img, svg {
|
img, svg {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue