[wp-trac] [WordPress Trac] #12825: Largest minimum text size in FF prefs makes admin display terrible

WordPress Trac noreply at wordpress.org
Wed Jan 16 04:01:23 UTC 2013


#12825: Largest minimum text size in FF prefs makes admin display terrible
-----------------------------------+-----------------------------
 Reporter:  jane                   |       Owner:
     Type:  defect (bug)           |      Status:  new
 Priority:  normal                 |   Milestone:  Future Release
Component:  Accessibility          |     Version:  2.9.2
 Severity:  normal                 |  Resolution:
 Keywords:  has-patch 2nd-opinion  |
-----------------------------------+-----------------------------

Comment (by toscho):

 Replying to [comment:19 adamsilverstein]:
 > just add font:menu to top menubar? what does this do exactly, i'm not
 familiar with this attribute.

 It is a [http://www.w3.org/TR/css3-fonts/#font-prop shorthand for a system
 font], namely the fnt the user has set for the menus. Usually you have to
 adjust the `line-hight` after using that shorthand. Like this …


 {{{
 selector {
     font: .9em sans-serif; /* browsers without system font support */
     font: menu;            /* modern browsers */
     line-height: 1.3;      /* keep wrapped text readable */
 }
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12825#comment:21>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list