[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 02:05:51 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit dfe53666d49652c6057a12218334e7f82882e09b
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Mar 1 23:49:08 2010 +0000

    2010-03-01  Pavel Feldman  <pfeldman at 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:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55383 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 22cee78..e98d412 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-03-01  Pavel Feldman  <pfeldman at 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:
+
 2010-03-01  Thatcher Ulrich  <tulrich at google.com>
 
         Reviewed by Darin Fisher.
diff --git a/WebCore/inspector/front-end/inspector.css b/WebCore/inspector/front-end/inspector.css
index cf51bd8..e36e974 100644
--- a/WebCore/inspector/front-end/inspector.css
+++ b/WebCore/inspector/front-end/inspector.css
@@ -520,6 +520,11 @@ body.platform-windows .monospace, body.platform-windows .source-code {
     font-family: Consolas, Lucida Console, monospace;
 }
 
+body.platform-linux .monospace, body.platform-linux .source-code {
+    font-size: 11px;
+    font-family: dejavu sans mono, monospace;
+}
+
 #console-messages {
     position: absolute;
     z-index: 0;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list