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

gramps gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:10:19 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit b504b4c1e74b6b76b855703030b890d2fe650cb8
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Nov 30 04:20:33 2002 +0000

    * khtml/css/html4.css:
    
    Finally tweak headline font sizes and margins to match Gecko and CSS
    standard:
        - increase H1 font-size from 1.7em to 2em
        - increase H2 font-size from 1.4em to 1.5em
        - make H2 top and bottom margin match (bottom was strangely .87em)
        - increase H4 margin from 1.0em to 1.33em
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2900 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index a938568..febc32b 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,14 @@
+2002-11-29  Don Melton  <gramps at apple.com>
+
+        * khtml/css/html4.css:
+
+        Finally tweak headline font sizes and margins to match Gecko and CSS
+        standard:
+            - increase H1 font-size from 1.7em to 2em
+            - increase H2 font-size from 1.4em to 1.5em
+            - make H2 top and bottom margin match (bottom was strangely .87em)
+            - increase H4 margin from 1.0em to 1.33em
+
 2002-11-27  David Hyatt  <hyatt at apple.com>
 
 	Fix DHTML on phoenix.com.  Add support for window.addEventListener
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index a938568..febc32b 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,14 @@
+2002-11-29  Don Melton  <gramps at apple.com>
+
+        * khtml/css/html4.css:
+
+        Finally tweak headline font sizes and margins to match Gecko and CSS
+        standard:
+            - increase H1 font-size from 1.7em to 2em
+            - increase H2 font-size from 1.4em to 1.5em
+            - make H2 top and bottom margin match (bottom was strangely .87em)
+            - increase H4 margin from 1.0em to 1.33em
+
 2002-11-27  David Hyatt  <hyatt at apple.com>
 
 	Fix DHTML on phoenix.com.  Add support for window.addEventListener
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index a938568..febc32b 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,14 @@
+2002-11-29  Don Melton  <gramps at apple.com>
+
+        * khtml/css/html4.css:
+
+        Finally tweak headline font sizes and margins to match Gecko and CSS
+        standard:
+            - increase H1 font-size from 1.7em to 2em
+            - increase H2 font-size from 1.4em to 1.5em
+            - make H2 top and bottom margin match (bottom was strangely .87em)
+            - increase H4 margin from 1.0em to 1.33em
+
 2002-11-27  David Hyatt  <hyatt at apple.com>
 
 	Fix DHTML on phoenix.com.  Add support for window.addEventListener
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index 9ec27fd..81ed217 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -144,15 +144,15 @@ MAP {
       
 H1 { 
 	display: block;
-	font-size: 1.7em; 
+	font-size: 2em; 
 	margin: .67_qem auto .67em auto;
 	font-weight: bolder;
 }
       
 H2 { 
 	display: block;
-	font-size: 1.4em; 
-	margin: .83_qem auto .87em auto;
+	font-size: 1.5em; 
+	margin: .83_qem auto .83em auto;
 	font-weight: bolder;
 }
       
@@ -165,7 +165,7 @@ H3 {
       
 H4 {
 	display: block;
-	margin: 1.0_qem auto 1.0em auto;
+	margin: 1.33_qem auto 1.33em auto;
 	font-weight: bolder;
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list