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

git-svn-id: https://develop.svn.wordpress.org/trunk@23118 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-12-07 10:27:07 +00:00
parent 9575d68a6a
commit c2ad016631
1 changed files with 1 additions and 0 deletions

View File

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