Make WordPress Core

Changeset 21834


Ignore:
Timestamp:
09/13/2012 05:08:01 PM (13 years ago)
Author:
nacin
Message:

Switch to sans-serif for the font stack in Thickbox as we have done elsewhere. props wet, fixes #20268.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/thickbox/thickbox.css

    r18482 r21834  
    44/* ----------------------------------------------------------------------------------------------------------------*/
    55#TB_window {
    6     font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
     6    font: 12px sans-serif;
    77    color: #333333;
    88}
    99
    1010#TB_secondLine {
    11     font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
     11    font: 10px sans-serif;
    1212    color:#666666;
    1313}
Note: See TracChangeset for help on using the changeset viewer.