[wp-trac] [WordPress Trac] #3532: error in wp-admin.css
WordPress Trac
wp-trac at lists.automattic.com
Sat Jan 6 17:45:27 GMT 2007
#3532: error in wp-admin.css
----------------------+-----------------------------------------------------
Reporter: whooami | Owner: anonymous
Type: defect | Status: new
Priority: low | Milestone: 2.2
Component: Template | Version:
Severity: minor | Keywords:
----------------------+-----------------------------------------------------
Missed a closing ;
{{{
#wphead h1 {
font-size: 2.5em;
font-weight: normal;
letter-spacing: -.05em;
margin: 0;
font-family: Georgia, "Times New Roman", Times, serif
}
}}}
ought to be:
{{{
#wphead h1 {
font-size: 2.5em;
font-weight: normal;
letter-spacing: -.05em;
margin: 0;
font-family: Georgia, "Times New Roman", Times, serif;
}
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/3532>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list