[wp-trac] [WordPress Trac] #8302: 2.7-Profile: Whitespace under color palettes

WordPress Trac wp-trac at lists.automattic.com
Fri Nov 21 04:30:14 GMT 2008


#8302: 2.7-Profile: Whitespace under color palettes
----------------------+-----------------------------------------------------
 Reporter:  kpdesign  |       Owner:           
     Type:  defect    |      Status:  new      
 Priority:  normal    |   Milestone:  2.7      
Component:  UI        |     Version:  2.7      
 Severity:  normal    |    Keywords:  has-patch
----------------------+-----------------------------------------------------
 Firefox 3.0.4/Windows XP: I am seeing white bars underneath each color box
 in the color palettes for the admin themes on the profile page (see
 screenshot). In checking wp-admin.css, there is a semi-colon missing at
 the end of the first line for '''.form-table .color-palette td''' that is
 causing this.

 Code now:

 {{{
 .form-table .color-palette td {
     border-width: 1px 1px 0
     border-stile: solid solid none;
     height: 10px;
     line-height: 20px;
     width: 10px;
 }
 }}}

 Should be:

 {{{
 .form-table .color-palette td {
     border-width: 1px 1px 0;
     border-stile: solid solid none;
     height: 10px;
     line-height: 20px;
     width: 10px;
 }

 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8302>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list