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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18961 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-10-13 06:27:32 +00:00
parent 6b3786b425
commit c630639e8c
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,