[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 00:59:18 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 0ff10b859eafe587b91f3e91b935538042844dc4
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 10 00:18:05 2010 +0000

    2010-01-09  Evan Martin  <evan at 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.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53042 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 173ea2b..da4ccda 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-01-09  Evan Martin  <evan at 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.
+
 2010-01-09  Dan Bernstein  <mitz at apple.com>
 
         Reviewed by Nikolas Zimmermann.
diff --git a/WebCore/css/view-source.css b/WebCore/css/view-source.css
index f898565..60467b9 100644
--- a/WebCore/css/view-source.css
+++ b/WebCore/css/view-source.css
@@ -130,7 +130,7 @@ td {
     -webkit-border-fit: lines;
     min-height: 13px;
     font-size: 9px;
-    font-family: Lucida Grande;
+    font-family: Lucida Grande, sans-serif;
     font-weight: bold;
     margin: 6px 25px;
     padding: 0 7px 1px;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list