Changeset 53042 in webkit


Ignore:
Timestamp:
Jan 9, 2010 4:18:05 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-09 Evan Martin <evan@chromium.org>

Reviewed by Eric Seidel.

Inspector font for errors is ugly on non-OSX platforms
https://bugs.webkit.org/show_bug.cgi?id=33340

  • css/view-source.css: Add a fallback to sans-serif on a CSS selector that previously only listed Lucida Grande.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r53039 r53042  
     12010-01-09  Evan Martin  <evan@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Inspector font for errors is ugly on non-OSX platforms
     6        https://bugs.webkit.org/show_bug.cgi?id=33340
     7
     8        * css/view-source.css: Add a fallback to sans-serif on a CSS
     9        selector that previously only listed Lucida Grande.
     10
    1112010-01-09  Dan Bernstein  <mitz@apple.com>
    212
  • trunk/WebCore/css/view-source.css

    r44695 r53042  
    131131    min-height: 13px;
    132132    font-size: 9px;
    133     font-family: Lucida Grande;
     133    font-family: Lucida Grande, sans-serif;
    134134    font-weight: bold;
    135135    margin: 6px 25px;
Note: See TracChangeset for help on using the changeset viewer.