[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

apavlov at chromium.org apavlov at chromium.org
Mon Feb 21 00:29:08 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit fd76da72079c7512e1f63c7dc897e1e09685ddc3
Author: apavlov at chromium.org <apavlov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 1 03:27:16 2011 +0000

    2011-01-31  Alexander Pavlov  <apavlov at chromium.org>
    
            Reviewed by Yury Semikhatsky.
    
            Web Inspector: Console source references need a left-margin
            https://bugs.webkit.org/show_bug.cgi?id=53308
    
            * inspector/front-end/inspector.css:
            (.console-message-url): Added a 4px margin on the left.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77205 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 41078e2..f193e80 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-31  Alexander Pavlov  <apavlov at chromium.org>
+
+        Reviewed by Yury Semikhatsky.
+
+        Web Inspector: Console source references need a left-margin
+        https://bugs.webkit.org/show_bug.cgi?id=53308
+
+        * inspector/front-end/inspector.css:
+        (.console-message-url): Added a 4px margin on the left.
+
 2011-01-31  Carol Szabo  <carol.szabo at nokia.com>
 
         Reviewed by David Hyatt.
diff --git a/Source/WebCore/inspector/front-end/inspector.css b/Source/WebCore/inspector/front-end/inspector.css
index f629d12..bf338e3 100644
--- a/Source/WebCore/inspector/front-end/inspector.css
+++ b/Source/WebCore/inspector/front-end/inspector.css
@@ -685,6 +685,7 @@ body.platform-linux .monospace, body.platform-linux .source-code {
 
 .console-message-url {
     float: right;
+    margin-left: 4px;
 }
 
 .console-group-messages .section {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list