[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

abarth at webkit.org abarth at webkit.org
Wed Dec 22 13:32:59 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f72c152c663eeb7108b6d63043457c2e14c5e2b8
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 20 03:05:26 2010 +0000

    2010-09-19  Adam Barth  <abarth at webkit.org>
    
            Review tool UI tweak.  This patch lengthens the status bubbles so all
            the bubble fit (even when they have numbers inside).
    
            * PrettyPatch/PrettyPatch.rb:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67833 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index aff2eb6..5ae4f41 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-19  Adam Barth  <abarth at webkit.org>
+
+        Review tool UI tweak.  This patch lengthens the status bubbles so all
+        the bubble fit (even when they have numbers inside).
+
+        * PrettyPatch/PrettyPatch.rb:
+
 2010-09-19  Dan Bernstein  <mitz at apple.com>
 
         Reviewed by Anders Carlsson.
diff --git a/BugsSite/PrettyPatch/PrettyPatch.rb b/BugsSite/PrettyPatch/PrettyPatch.rb
index 65c7ac6..06d9780 100644
--- a/BugsSite/PrettyPatch/PrettyPatch.rb
+++ b/BugsSite/PrettyPatch/PrettyPatch.rb
@@ -299,7 +299,7 @@ body {
 
 .statusBubble {
   margin-left: 5px;
-  width: 175px;
+  width: 300px;
   height: 20px;
   border: none;
   vertical-align: middle;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list