[wp-trac] [WordPress Trac] #29038: Code Typos in "customize-controls-rtl.css"
WordPress Trac
noreply at wordpress.org
Sun Jul 27 13:33:16 UTC 2014
#29038: Code Typos in "customize-controls-rtl.css"
--------------------------+-----------------------------
Reporter: DeBAAT | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Formatting | Version: trunk
Severity: normal | Keywords:
Focuses: ui |
--------------------------+-----------------------------
The file "'''\wp-admin\css\customize-controls-rtl.css'''" seems to have
some typos on lines 403 and 404:
{{{
403 -webkit-border-radius: !important 0;
404 border-radius: !important 0;
}}}
should read:
{{{
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29038>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list