[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:54:11 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 17d22898bbc4e563456c82ca26510a6344bff673
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 24 23:12:50 2002 +0000

    	<pre>, <xmp> and <plaintext> should all have a top margin of 1em.
    	Fixes a bunch of sites that use <pre>.
    
            * khtml/css/html4.css:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2460 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index f6d826f..63f318f 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-10-24  David Hyatt  <hyatt at apple.com>
+
+	<pre>, <xmp> and <plaintext> should all have a top margin of 1em.
+	Fixes a bunch of sites that use <pre>.
+	
+        * khtml/css/html4.css:
+
 2002-10-24  Chris Blumenberg  <cblu at apple.com>
 
 	Removed didAddSubview calls because that can easily be done in WebKit. Duh!
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index f6d826f..63f318f 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,10 @@
+2002-10-24  David Hyatt  <hyatt at apple.com>
+
+	<pre>, <xmp> and <plaintext> should all have a top margin of 1em.
+	Fixes a bunch of sites that use <pre>.
+	
+        * khtml/css/html4.css:
+
 2002-10-24  Chris Blumenberg  <cblu at apple.com>
 
 	Removed didAddSubview calls because that can easily be done in WebKit. Duh!
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index f6d826f..63f318f 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,10 @@
+2002-10-24  David Hyatt  <hyatt at apple.com>
+
+	<pre>, <xmp> and <plaintext> should all have a top margin of 1em.
+	Fixes a bunch of sites that use <pre>.
+	
+        * khtml/css/html4.css:
+
 2002-10-24  Chris Blumenberg  <cblu at apple.com>
 
 	Removed didAddSubview calls because that can easily be done in WebKit. Duh!
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index 9bce4fc..18a0d1f 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -450,6 +450,7 @@ PLAINTEXT {
 	font-family: monospace; 
 	white-space: pre; 
 	text-align: -konq-auto;
+    margin: 1_qem 0;
 }
       
 BIG { 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list