Ensure iframes in the media modal on the frontend have no borders. props nacin. fixes #22804.

git-svn-id: http://core.svn.wordpress.org/trunk@23118 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-12-07 10:27:07 +00:00
parent 54ac1d939b
commit a16ff29d7b

View File

@ -578,6 +578,7 @@
.media-frame .media-iframe iframe {
height: 100%;
width: 100%;
border: 0;
}
/**