mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Eleven: Correct the display of featured images in the showcase template for IE8. props chellycat. fixes #20479.
git-svn-id: https://develop.svn.wordpress.org/trunk@20903 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1a9975e388
commit
49552d6887
@ -2681,3 +2681,10 @@ p.comment-form-comment {
|
||||
#ie7 section.recent-posts {
|
||||
margin-right: 7.6%;
|
||||
}
|
||||
|
||||
/* =IE8
|
||||
----------------------------------------------- */
|
||||
|
||||
#ie8 section.feature-image.large img {
|
||||
width: 100%;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user