[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 06:51:46 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 0d9ec2f958a3107795ac17414401ea94f00248dd
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 21 10:06:55 2002 +0000

    	DLs are supposed to have margins.
    
            * khtml/css/html4.css:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2393 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index fdeaa60..858bcb5 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,11 @@
 2002-10-21  David Hyatt  <hyatt at apple.com>
 
+	DLs are supposed to have margins.
+	
+        * khtml/css/html4.css:
+
+2002-10-21  David Hyatt  <hyatt at apple.com>
+
 	Fix for margin problems on aintitcool.com.  There was a subtlety
 	to WinIE's quirk.  For <h1>-<h6> only, they don't collapse the
 	bottom margin for table cells (they still collapse the top
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index fdeaa60..858bcb5 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,11 @@
 2002-10-21  David Hyatt  <hyatt at apple.com>
 
+	DLs are supposed to have margins.
+	
+        * khtml/css/html4.css:
+
+2002-10-21  David Hyatt  <hyatt at apple.com>
+
 	Fix for margin problems on aintitcool.com.  There was a subtlety
 	to WinIE's quirk.  For <h1>-<h6> only, they don't collapse the
 	bottom margin for table cells (they still collapse the top
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index fdeaa60..858bcb5 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,11 @@
 2002-10-21  David Hyatt  <hyatt at apple.com>
 
+	DLs are supposed to have margins.
+	
+        * khtml/css/html4.css:
+
+2002-10-21  David Hyatt  <hyatt at apple.com>
+
 	Fix for margin problems on aintitcool.com.  There was a subtlety
 	to WinIE's quirk.  For <h1>-<h6> only, they don't collapse the
 	bottom margin for table cells (they still collapse the top
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index 633ed82..8d47830 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -328,6 +328,7 @@ DD {
 
 DL {
 	display: block;
+	margin: 1em 0;
         -konq-flow-mode: -konq-around-floats
 } 
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list