[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:14:57 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 47882f3a17d01654c7e8a0d4e2ae9813eaac9c1f
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Dec 15 07:39:56 2002 +0000

    	Fix insidemacgames.com.  Reinstate rules I removed
    	and fix other rules to be !important so that the
    	td[align=right] rules won't affect child tables
    	with align=center.
    
            Reviewed by gramps
    
            * khtml/css/html4.css:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3055 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index a30ede0..879644d 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,16 @@
 2002-12-14  David Hyatt  <hyatt at apple.com>
 
+	Fix insidemacgames.com.  Reinstate rules I removed
+	and fix other rules to be !important so that the
+	td[align=right] rules won't affect child tables
+	with align=center.
+	
+        Reviewed by gramps
+
+        * khtml/css/html4.css:
+
+2002-12-14  David Hyatt  <hyatt at apple.com>
+
 	Fix for 3016385, menus on webreference.com don't show up.
 	
 	Fixes to make webreference.com menus show up.  This involved
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index a30ede0..879644d 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,16 @@
 2002-12-14  David Hyatt  <hyatt at apple.com>
 
+	Fix insidemacgames.com.  Reinstate rules I removed
+	and fix other rules to be !important so that the
+	td[align=right] rules won't affect child tables
+	with align=center.
+	
+        Reviewed by gramps
+
+        * khtml/css/html4.css:
+
+2002-12-14  David Hyatt  <hyatt at apple.com>
+
 	Fix for 3016385, menus on webreference.com don't show up.
 	
 	Fixes to make webreference.com menus show up.  This involved
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index 8da10e4..4815439 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -191,10 +191,18 @@ TABLE {
 	padding: 1px;
         -konq-flow-mode: -konq-around-floats;
 }
-      
+
+TD[align=left] > TABLE {
+    margin-right: auto;
+}
+
+TD[align=right] > TABLE {
+    margin-left: auto;
+}
+
 TABLE[align="center"] { 
-	margin-left: auto; 
-	margin-right: auto;
+	margin-left: auto !important; 
+	margin-right: auto !important;
 }
 
 THEAD { 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list