[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:27:24 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 82761630de2ca66f966a6f39c03ddb04255f5c5c
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 25 22:36:17 2002 +0000

    	Fix <blockquote> tags to have top and bottom margins of 1em.  This matches the <blockquote>
    	behavior in Gecko.
    
            * khtml/css/html4.css:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1672 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index b327e95..640f6eb 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-07-25  David Hyatt  <hyatt at apple.com>
+
+	Fix <blockquote> tags to have top and bottom margins of 1em.  This matches the <blockquote>
+	behavior in Gecko.
+	
+        * khtml/css/html4.css:
+
 2002-07-25  Darin Adler  <darin at apple.com>
 
 	- fixed 2965269 -- sizes reported to progress handler from KWQCheckCacheObjectStatus for images are wrong
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index b327e95..640f6eb 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,10 @@
+2002-07-25  David Hyatt  <hyatt at apple.com>
+
+	Fix <blockquote> tags to have top and bottom margins of 1em.  This matches the <blockquote>
+	behavior in Gecko.
+	
+        * khtml/css/html4.css:
+
 2002-07-25  Darin Adler  <darin at apple.com>
 
 	- fixed 2965269 -- sizes reported to progress handler from KWQCheckCacheObjectStatus for images are wrong
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index b327e95..640f6eb 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,10 @@
+2002-07-25  David Hyatt  <hyatt at apple.com>
+
+	Fix <blockquote> tags to have top and bottom margins of 1em.  This matches the <blockquote>
+	behavior in Gecko.
+	
+        * khtml/css/html4.css:
+
 2002-07-25  Darin Adler  <darin at apple.com>
 
 	- fixed 2965269 -- sizes reported to progress handler from KWQCheckCacheObjectStatus for images are wrong
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index ef94145..c86d069 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -83,8 +83,7 @@ address {
       
 blockquote {
 	display: block;
-	margin-left: 40px; 
-	margin-right: 40px;
+	margin: 1em 40px;
         -konq-flow-mode: -konq-around-floats
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list