[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
eric at webkit.org
eric at webkit.org
Wed Mar 17 18:08:03 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 35667815520fd459ce1a189bde1c611203782a63
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