#9555 closed defect (bug) (fixed)
wp-admin css typos
| Reported by: |  | Owned by: | |
|---|---|---|---|
| Milestone: | 2.8 | Priority: | low | 
| Severity: | trivial | Version: | 2.7.1 | 
| Component: | Administration | Keywords: | css typo wp-admin | 
| Focuses: | Cc: | 
Description
found some typos in the wp-admin.css file.
.post-com-count span {
font-weight: bild;
that's suppose to be "bold"
and.. 
.form-table .color-palette td {
border-stile: solid solid none;
I assume it's suppose to be "border-style"
        
        
Change History (2)
Note: See
        TracTickets for help on using
        tickets.
    
(In [10980]) Fix typos in css. Props ranchnachos. fixes #9555