Twenty Eleven: Correct the display of featured images in the showcase template for IE8. props chellycat. fixes #20479.
git-svn-id: http://core.svn.wordpress.org/trunk@20903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8b3f9ff9b2
commit
e85049387a
|
@ -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