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

dbates at webkit.org dbates at webkit.org
Wed Apr 7 23:47:36 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 3736b5a3366671d2924955c4ea14ede85d76bb68
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 18 22:37:36 2009 +0000

    2009-11-18  Daniel Bates  <dbates at webkit.org>
    
            Reviewed by Eric Seidel.
    
            https://bugs.webkit.org/show_bug.cgi?id=31610
    
            Adds property "min-width" to #title so that the width of the title
            element on each page is at least 790px. In particular, this makes
            the page <http://webkit.org/security/security-group-members.html>
            consistent, in appearance, to the rest of the site.
    
            * css/main.css:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51138 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog
index dbe1816..4ba2ea2 100644
--- a/WebKitSite/ChangeLog
+++ b/WebKitSite/ChangeLog
@@ -1,3 +1,16 @@
+2009-11-18  Daniel Bates  <dbates at webkit.org>
+
+        Reviewed by Eric Seidel.
+
+        https://bugs.webkit.org/show_bug.cgi?id=31610
+
+        Adds property "min-width" to #title so that the width of the title
+        element on each page is at least 790px. In particular, this makes
+        the page <http://webkit.org/security/security-group-members.html>
+        consistent, in appearance, to the rest of the site.
+
+        * css/main.css:
+
 2009-11-16  Sam Weinig  <sam at webkit.org>
 
         Reviewed by Anders Carlsson.
diff --git a/WebKitSite/css/main.css b/WebKitSite/css/main.css
index af8c200..8b2f893 100644
--- a/WebKitSite/css/main.css
+++ b/WebKitSite/css/main.css
@@ -52,6 +52,7 @@ p {
     right: 20px;
     margin: 0px;
     padding: 0px;
+    min-width: 790px;
 }
 
 #title h1 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list