Remove borders from iframes and images in IE, props dd32, andrewryno, fixes #18922

git-svn-id: https://develop.svn.wordpress.org/trunk@18961 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-10-13 06:27:32 +00:00
parent 0156e509db
commit 41ee808832
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -255,6 +255,11 @@ body.login {
min-width: 0;
}
iframe,
img {
border: 0;
}
td,
textarea,
input,