[wp-trac] [WordPress Trac] #5993: Admin css files have some invalid
rules
WordPress Trac
wp-trac at lists.automattic.com
Mon Feb 25 12:43:58 GMT 2008
#5993: Admin css files have some invalid rules
---------------------+------------------------------------------------------
Reporter: Nao | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.5
Component: General | Version: 2.5
Severity: normal | Keywords:
---------------------+------------------------------------------------------
I found some minor bugs in the admin css files.
'''/wp-admin/wp-admin.css'''
line 153: [[BR]]
"padding: none;" => "padding: 0;"[[BR]]
"none" is not allowed as a padding property's value.[[BR]]
line 993: "border:[[BR]]
1px solid #ccc;pa" => "border: 1px solid #ccc;"[[BR]]
I think this is a typo. "pa" after ";" seems to come from the next line
(padding).[[BR]]
'''/wp-admin/css/media.css'''
line 3:[[BR]]
"margin: none;" => "margin:0;" [[BR]]
"none" is not allowed as a margin property's value.[[BR]]
line 167:[[BR]]
"display: auto;" =>?[[BR]]
I'm not sure what was intended. "inline" or "block"? Needs clarification.
--
Ticket URL: <http://trac.wordpress.org/ticket/5993>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list