Twenty Eleven: fix showcase template display in IE7 and IE8, props obenland. Fixes #18024.

git-svn-id: http://core.svn.wordpress.org/trunk@23647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-03-08 16:08:50 +00:00
parent 65e8f3e3cd
commit 34cebfe18d
1 changed files with 11 additions and 5 deletions

View File

@ -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;
}