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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -720,9 +719,9 @@ blockquote {
|
|||
|
||||
}
|
||||
|
||||
.posts-wrapper {
|
||||
position: relative;
|
||||
border-bottom: 1px solid #ddd;
|
||||
.posts-wrapper {
|
||||
position: relative;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue