[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:34:04 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit fc866e87894e6138a7cd6b730f9970bef5d688d3
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 22 23:57:55 2002 +0000

    	Add vertical margins for checkboxes and radios.  A later rule
    	in the file was overriding my earlier attempt to set up these margins.
    
            * khtml/css/html4.css:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1904 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 43f5343..7472d9b 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-08-22  David Hyatt  <hyatt at apple.com>
+
+	Add vertical margins for checkboxes and radios.  A later rule
+	in the file was overriding my earlier attempt to set up these margins.
+	
+        * khtml/css/html4.css:
+
 2002-08-22  Richard Williamson (Local)  <rjw at apple.com>
 
         New faster char * append (actually insert) for mjs.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 43f5343..7472d9b 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,10 @@
+2002-08-22  David Hyatt  <hyatt at apple.com>
+
+	Add vertical margins for checkboxes and radios.  A later rule
+	in the file was overriding my earlier attempt to set up these margins.
+	
+        * khtml/css/html4.css:
+
 2002-08-22  Richard Williamson (Local)  <rjw at apple.com>
 
         New faster char * append (actually insert) for mjs.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 43f5343..7472d9b 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,10 @@
+2002-08-22  David Hyatt  <hyatt at apple.com>
+
+	Add vertical margins for checkboxes and radios.  A later rule
+	in the file was overriding my earlier attempt to set up these margins.
+	
+        * khtml/css/html4.css:
+
 2002-08-22  Richard Williamson (Local)  <rjw at apple.com>
 
         New faster char * append (actually insert) for mjs.
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index 2c973a6..c387ff6 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -396,7 +396,7 @@ INPUT[type="hidden"] {
 }
 
 INPUT[type="radio"], INPUT[type="checkbox"] {
-        margin: 0 0.5ex;
+        margin: 3px 0.5ex;
 }
 
 OPTION, 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list