[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 07:09:47 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit bb9dd5fc9ae1ca314f6fba63a9d9a2f169fafc92
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Nov 27 08:06:50 2002 +0000
Fix for 3105502. drop-downs wrapping to next line.
* khtml/css/html4.css:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2891 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index bca5cb2..e348e79 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,9 @@
+2002-11-27 David Hyatt <hyatt at apple.com>
+
+ Fix for 3105502. drop-downs wrapping to next line.
+
+ * khtml/css/html4.css:
+
2002-11-26 David Hyatt <hyatt at apple.com>
Smarter block inside inline handling. Eliminate whitespace
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index bca5cb2..e348e79 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,9 @@
+2002-11-27 David Hyatt <hyatt at apple.com>
+
+ Fix for 3105502. drop-downs wrapping to next line.
+
+ * khtml/css/html4.css:
+
2002-11-26 David Hyatt <hyatt at apple.com>
Smarter block inside inline handling. Eliminate whitespace
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index bca5cb2..e348e79 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,9 @@
+2002-11-27 David Hyatt <hyatt at apple.com>
+
+ Fix for 3105502. drop-downs wrapping to next line.
+
+ * khtml/css/html4.css:
+
2002-11-26 David Hyatt <hyatt at apple.com>
Smarter block inside inline handling. Eliminate whitespace
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index 03e3db3..9ec27fd 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -373,6 +373,11 @@ INPUT, TEXTAREA {
margin: 3px;
}
+input[type="button"], input[type="submit"], input[type="reset"]
+{
+ margin: 2px;
+}
+
input[type="image"] {
margin: 0px;
}
@@ -392,7 +397,7 @@ PARAM {
display: none;
}
-SELECT { display: block; margin: 3px; }
+SELECT { display: block; margin: 2px; }
/*
* inline elements
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list