Twenty Eleven: fix showcase template display in IE7 and IE8, props obenland. Fixes #18024.
git-svn-id: https://develop.svn.wordpress.org/trunk@23647 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5d98f47677
commit
de697c34cc
|
@ -2702,10 +2702,13 @@ p.comment-form-comment {
|
|||
padding-right: -7.6%;
|
||||
max-width: 1000px;
|
||||
}
|
||||
#ie7 section.featured-post {
|
||||
margin-left: -7.6%;
|
||||
margin-right: -7.6%;
|
||||
max-width: 850px;
|
||||
#ie7 .featured-posts {
|
||||
margin: 0 -7.6%;
|
||||
}
|
||||
#ie7 .featured-post {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
#ie7 section.recent-posts {
|
||||
margin-right: 7.6%;
|
||||
|
@ -2715,5 +2718,8 @@ p.comment-form-comment {
|
|||
----------------------------------------------- */
|
||||
|
||||
#ie8 section.feature-image.large img {
|
||||
width: 100%;
|
||||
width: auto;
|
||||
}
|
||||
#ie8 section.featured-post .attachment-small-feature {
|
||||
max-width: none;
|
||||
}
|
Loading…
Reference in New Issue