Changeset 55383 in webkit


Ignore:
Timestamp:
Mar 1, 2010 3:49:08 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-01 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Timothy Hatcher.

Web Inspector: use dejavu sans mono 11px on linux.

https://bugs.webkit.org/show_bug.cgi?id=35527

  • inspector/front-end/inspector.css:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r55381 r55383  
     12010-03-01  Pavel Feldman  <pfeldman@chromium.org>
     2
     3        Reviewed by Timothy Hatcher.
     4
     5        Web Inspector: use dejavu sans mono 11px on linux.
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=35527
     8
     9        * inspector/front-end/inspector.css:
     10
    1112010-03-01  Thatcher Ulrich  <tulrich@google.com>
    212
  • trunk/WebCore/inspector/front-end/inspector.css

    r55277 r55383  
    521521}
    522522
     523body.platform-linux .monospace, body.platform-linux .source-code {
     524    font-size: 11px;
     525    font-family: dejavu sans mono, monospace;
     526}
     527
    523528#console-messages {
    524529    position: absolute;
Note: See TracChangeset for help on using the changeset viewer.