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