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

mitz at apple.com mitz at apple.com
Thu Apr 8 01:32:38 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit fa7441a6f35d869538fce9fe6239c6bd3ce7a574
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