[wp-trac] [WordPress Trac] #20366: Basic settings h4 icon one pixel off

WordPress Trac wp-trac at lists.automattic.com
Thu Apr 5 10:49:45 UTC 2012


#20366: Basic settings h4 icon one pixel off
---------------------------+-----------------------------
 Reporter:  empireoflight  |      Owner:
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  General        |    Version:  3.4
 Severity:  minor          |   Keywords:  ui-feedback
---------------------------+-----------------------------
 Tested in Chrome, FF and Safari on my mac. See screenshot attached.
 Quick fix to the css, change:
 .welcome-panel h4 .icon16 {
     margin-left: -32px;
 }
 to
 .welcome-panel h4 .icon16 {
     margin-left: -31px;
 }

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


More information about the wp-trac mailing list