[wp-trac] [WordPress Trac] #18922: Ugly border around iframes in the WordPress Admin
WordPress Trac
wp-trac at lists.automattic.com
Thu Oct 13 01:52:16 UTC 2011
#18922: Ugly border around iframes in the WordPress Admin
----------------------------+------------------
Reporter: kristofferR | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.3
Component: Administration | Version: 3.3
Severity: normal | Resolution:
Keywords: has-patch |
----------------------------+------------------
Comment (by dd32):
It looks like we just need to reset iframe and a's border properties to
me:
{{{
iframe,
img {
border: none;
}
}}}
(img is for a>img in IE adds a stupid border in some locations)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18922#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list