Make WordPress Core

Changeset 15532


Ignore:
Timestamp:
08/25/2010 07:12:01 PM (15 years ago)
Author:
nbachiyski
Message:

Set IE6 incompatible CSS rule in a different selector, because it causes all headings to be set in Georgia instead of Helvetica & co. Fixes #14688. Props iammattthomas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/style.css

    r15464 r15532  
    140140.reply,
    141141.widget-title,
    142 .wp-caption-text,
     142.wp-caption-text {
     143    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
     144}
    143145input[type=submit] {
    144146    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
Note: See TracChangeset for help on using the changeset viewer.