[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:24:05 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit b96a559ccbdf3e4946f17f5b6a263caa8dd4962f
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 27 06:27:36 2004 +0000

            Reviewed by Maciej.
    
            - follow-on to the text-align change I did earlier today
    
            * khtml/css/html4.css: Set input and textarea so they do not inherit text-align
            from their parent by doing "text-align: -khtml-auto". This fixes google.com among others.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5988 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 23577c2..5f50289 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -2,6 +2,15 @@
 
         Reviewed by Maciej.
 
+        - follow-on to the text-align change I did earlier today
+
+        * khtml/css/html4.css: Set input and textarea so they do not inherit text-align
+        from their parent by doing "text-align: -khtml-auto". This fixes google.com among others.
+
+2004-01-26  Darin Adler  <darin at apple.com>
+
+        Reviewed by Maciej.
+
         - fixed <rdar://problem/3539414>: pop-up windows appear very narrow because of bogus width (carad.com/ebaymotors)
 
         * khtml/ecma/kjs_window.cpp: (WindowFunc::tryCall): Check the "OK" result from toFloat in
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index d6ce8ea..da57d6f 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -332,6 +332,10 @@ BUTTON:active {
         border-style: inset;
 }
 
+INPUT, TEXTAREA {
+        text-align: -khtml-auto;
+}
+
 /* XXX Need to implement support for CSS2 system fonts, so that I don't have to hard code this.
    -dwh */
 INPUT, TEXTAREA, SELECT, BUTTON {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list