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

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:01:57 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit bb3e43a4675bf5335adc3e17aec0be585d7cb09e
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Nov 17 09:58:14 2002 +0000

    	Fix for slashdot table mispositioning in the upper right.
    	Now that we fixed <td> to set to -konq-center when align="center"
    	is specified, the style rules are no longer necessary in
    	html4.css (and are in fact harmful).
    
            * khtml/css/html4.css:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2716 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index adaa891..b47ccd9 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,14 @@
 2002-11-17  David Hyatt  <hyatt at apple.com>
 
+	Fix for slashdot table mispositioning in the upper right.
+	Now that we fixed <td> to set to -konq-center when align="center"
+	is specified, the style rules are no longer necessary in
+	html4.css (and are in fact harmful).
+	
+        * khtml/css/html4.css:
+
+2002-11-17  David Hyatt  <hyatt at apple.com>
+
 	Fix for 3038168.  Duh.  Remember to be case-insensitive when
 	checking the type of the <style> attribute.
 	
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index adaa891..b47ccd9 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,14 @@
 2002-11-17  David Hyatt  <hyatt at apple.com>
 
+	Fix for slashdot table mispositioning in the upper right.
+	Now that we fixed <td> to set to -konq-center when align="center"
+	is specified, the style rules are no longer necessary in
+	html4.css (and are in fact harmful).
+	
+        * khtml/css/html4.css:
+
+2002-11-17  David Hyatt  <hyatt at apple.com>
+
 	Fix for 3038168.  Duh.  Remember to be case-insensitive when
 	checking the type of the <style> attribute.
 	
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index adaa891..b47ccd9 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,14 @@
 2002-11-17  David Hyatt  <hyatt at apple.com>
 
+	Fix for slashdot table mispositioning in the upper right.
+	Now that we fixed <td> to set to -konq-center when align="center"
+	is specified, the style rules are no longer necessary in
+	html4.css (and are in fact harmful).
+	
+        * khtml/css/html4.css:
+
+2002-11-17  David Hyatt  <hyatt at apple.com>
+
 	Fix for 3038168.  Duh.  Remember to be case-insensitive when
 	checking the type of the <style> attribute.
 	
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index 8cba6a8..a56187e 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -266,16 +266,12 @@ DIV[align="right"] > DIV
  * constructs as <td align=left><ul><li>...
  * Hope the next ones cover all relevant cases. Lars 
  */ 
-TD[align="center"] > TABLE { margin-left: auto; margin-right: auto; }
 TD[align="right"] > TABLE { margin-left: auto; margin-right: 0px; }
 TD[align="left"] > TABLE { margin-left: 0px; margin-right: auto; }
-TD[align="center"] > DIV { margin-left: auto; margin-right: auto; text-align: center; }
 TD[align="right"] > DIV { margin-left: auto; margin-right: 0px; text-align: right; }
 TD[align="left"] > DIV { margin-left: 0px; margin-right: auto; text-align: left; }
-TD[align="center"] > P { margin-left: auto; margin-right: auto; text-align: center; }
 TD[align="right"] > P { margin-left: auto; margin-right: 0px; text-align: right; }
 TD[align="left"] > P { margin-left: 0px; margin-right: auto; text-align: left; }
-TD[align="center"] > HR { margin-left: auto; margin-right: auto; }
 TD[align="right"] > HR { margin-left: auto; margin-right: 1px; }
 TD[align="left"] > HR { margin-left: 0px; margin-right: auto; }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list