Theme Customizer: Fix width for image picker thumbnails in IE8. props SergeyBiryukov, see #20582.

git-svn-id: https://develop.svn.wordpress.org/trunk@20920 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-05-25 22:52:05 +00:00
parent b756f8b246
commit f0ee0c39dd
1 changed files with 1 additions and 0 deletions

View File

@ -390,6 +390,7 @@ body {
.customize-section .customize-control-image .preview-thumbnail img {
display: block;
width: 100%;
max-width: 122px;
max-height: 98px;
margin: 0 auto;