[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 08:06:59 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 6a835e895d74aa9b1371cb61fd377c35f97135eb
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Oct 29 08:16:34 2003 +0000
Make <button> be an inline-block.
* khtml/css/html4.css:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5299 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 2fedff4..ffb580d 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,9 @@
+2003-10-29 David Hyatt <hyatt at apple.com>
+
+ Make <button> be an inline-block.
+
+ * khtml/css/html4.css:
+
2003-10-28 Maciej Stachowiak <mjs at apple.com>
Reviewed by Darin.
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index 6a473de..89a3acd 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -315,7 +315,7 @@ FIELDSET {
}
BUTTON {
- display: block;
+ display: inline-block;
border: 2px outset ButtonFace;
background-color: ButtonFace;
color: ButtonText;
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list