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

git-svn-id: http://core.svn.wordpress.org/trunk@20920 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2012-05-25 22:52:05 +00:00
parent 3c044eba6f
commit 2d51b1376e
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;