mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 21:51:26 +01:00
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:
parent
6b3786b425
commit
c630639e8c
File diff suppressed because one or more lines are too long
@ -255,6 +255,11 @@ body.login {
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe,
|
||||||
|
img {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
td,
|
td,
|
||||||
textarea,
|
textarea,
|
||||||
input,
|
input,
|
||||||
|
Loading…
Reference in New Issue
Block a user