mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -255,6 +255,11 @@ body.login {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
iframe,
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
td,
|
||||
textarea,
|
||||
input,
|
||||
|
||||
Reference in New Issue
Block a user