fix images height on IE

This commit is contained in:
Régis Hanol 2013-10-21 22:54:53 +02:00
parent 0f5bd08aee
commit 6adba747b9
2 changed files with 3 additions and 5 deletions

View File

@ -484,7 +484,6 @@ div.ac-wrap {
float: right; float: right;
img, svg { img, svg {
max-width: 100%; max-width: 100%;
height: auto;
} }
} }
} }

View File

@ -428,7 +428,6 @@ span.post-count {
article.boxed { article.boxed {
img, svg { img, svg {
max-width: 100%; max-width: 100%;
height: auto;
} }
} }