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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:58:42 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 6f53e46fe22d8f0296fd6632c848ceb95b421d81
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 11 08:46:52 2002 +0000

    	- fixed 3097253 -- text tagged <small> inside <h1> is too small
    
            * khtml/css/html4.css: Change BIG to use "font-size: larger" rather
    	than "font-size: large" and SMALL to use "font-size: smaller" rather
    	than "font-size: small".
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2620 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index c55ad9a..8caa1ea 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,13 @@
 2002-11-11  Darin Adler  <darin at apple.com>
 
+	- fixed 3097253 -- text tagged <small> inside <h1> is too small
+
+        * khtml/css/html4.css: Change BIG to use "font-size: larger" rather
+	than "font-size: large" and SMALL to use "font-size: smaller" rather
+	than "font-size: small".
+
+2002-11-11  Darin Adler  <darin at apple.com>
+
         * kwq/WebCoreBridge.h: Remove unused modifierTrackingEnabled method.
 
 2002-11-08  Maciej Stachowiak  <mjs at apple.com>
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index c55ad9a..8caa1ea 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,13 @@
 2002-11-11  Darin Adler  <darin at apple.com>
 
+	- fixed 3097253 -- text tagged <small> inside <h1> is too small
+
+        * khtml/css/html4.css: Change BIG to use "font-size: larger" rather
+	than "font-size: large" and SMALL to use "font-size: smaller" rather
+	than "font-size: small".
+
+2002-11-11  Darin Adler  <darin at apple.com>
+
         * kwq/WebCoreBridge.h: Remove unused modifierTrackingEnabled method.
 
 2002-11-08  Maciej Stachowiak  <mjs at apple.com>
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index c55ad9a..8caa1ea 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,13 @@
 2002-11-11  Darin Adler  <darin at apple.com>
 
+	- fixed 3097253 -- text tagged <small> inside <h1> is too small
+
+        * khtml/css/html4.css: Change BIG to use "font-size: larger" rather
+	than "font-size: large" and SMALL to use "font-size: smaller" rather
+	than "font-size: small".
+
+2002-11-11  Darin Adler  <darin at apple.com>
+
         * kwq/WebCoreBridge.h: Remove unused modifierTrackingEnabled method.
 
 2002-11-08  Maciej Stachowiak  <mjs at apple.com>
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index 18a0d1f..3fc497b 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -454,11 +454,11 @@ PLAINTEXT {
 }
       
 BIG { 
-	font-size: large; 
+	font-size: larger; 
 }
       
 SMALL { 
-	font-size: small; 
+	font-size: smaller; 
 }
 
 S, 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list