[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

mitz at apple.com mitz at apple.com
Thu Feb 4 21:34:03 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 4baf7ddf410239af5947f17e6effd8673388862d
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 1 01:42:26 2010 +0000

    Web Inspector: REGRESSION: Numbers in bubbles are vertically off-center
    https://bugs.webkit.org/show_bug.cgi?id=34398
    
    Reviewed by Timothy Hatcher.
    
    * inspector/front-end/inspector.css: Specify line-height: normal for
    ".console-message .bubble" and ".sidebar-tree-item .status .bubble".
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54118 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 582db97..9115a2d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-01-31  Dan Bernstein  <mitz at apple.com>
+
+        Reviewed by Timothy Hatcher.
+
+        Web Inspector: REGRESSION: Numbers in bubbles are vertically off-center
+        https://bugs.webkit.org/show_bug.cgi?id=34398
+
+        * inspector/front-end/inspector.css: Specify line-height: normal for
+        ".console-message .bubble" and ".sidebar-tree-item .status .bubble".
+
 2010-01-28  Ojan Vafai  <ojan at chromium.org>
 
         Reviewed by Darin Adler.
diff --git a/WebCore/inspector/front-end/inspector.css b/WebCore/inspector/front-end/inspector.css
index 8771493..501915d 100644
--- a/WebCore/inspector/front-end/inspector.css
+++ b/WebCore/inspector/front-end/inspector.css
@@ -589,6 +589,7 @@ body.platform-windows .source-code, body.platform-windows-vista-or-later .source
     margin-right: 4px;
     text-align: left;
     font-size: 11px;
+    line-height: normal;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold;
     text-shadow: none;
@@ -3071,6 +3072,7 @@ body.inactive .sidebar-tree-item .disclosure-button:active {
     padding: 1px 4px;
     text-align: center;
     font-size: 11px;
+    line-height: normal;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold;
     text-shadow: none;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list