[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
eric at webkit.org
eric at webkit.org
Wed Jan 20 22:18:28 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 96750d8b73c3758edba5eca3828230f3152ead61
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