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

ojan at chromium.org ojan at chromium.org
Sun Feb 20 22:48:19 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 83021d4f7f0893f59b03d49a317694ab8e76459c
Author: ojan at chromium.org <ojan at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 11 20:21:23 2011 +0000

    2011-01-11  Ojan Vafai  <ojan at chromium.org>
    
            Reviewed by Adam Barth.
    
            fix layout error with comments in code review tool
            https://bugs.webkit.org/show_bug.cgi?id=52230
    
            * PrettyPatch/PrettyPatch.rb:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75529 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Websites/bugs.webkit.org/ChangeLog b/Websites/bugs.webkit.org/ChangeLog
index 1393fc1..e23f995 100644
--- a/Websites/bugs.webkit.org/ChangeLog
+++ b/Websites/bugs.webkit.org/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-11  Ojan Vafai  <ojan at chromium.org>
+
+        Reviewed by Adam Barth.
+
+        fix layout error with comments in code review tool
+        https://bugs.webkit.org/show_bug.cgi?id=52230
+
+        * PrettyPatch/PrettyPatch.rb:
+
 2011-01-10  Ojan Vafai  <ojan at chromium.org>
 
         Reviewed by Adam Barth.
diff --git a/Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb b/Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb
index 5f5a540..8774e85 100644
--- a/Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb
+++ b/Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb
@@ -145,6 +145,7 @@ h1 :hover {
 .LineSide {
     display:inline-block;
     width:50%;
+    vertical-align: top;
 }
 
 .lineNumber, .expansionLineNumber {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list