[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:29:04 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 31009a132dbaa8235d01a5e1cdb4e8c9316f931e
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sun Aug 4 23:13:40 2002 +0000
Fix my bungled CSS for input fields in the user agent style
sheet.
* khtml/css/html4.css:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1729 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index acc3995..373f7b2 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-08-04 David Hyatt <hyatt at apple.com>
+
+ Fix my bungled CSS for input fields in the user agent style
+ sheet.
+
+ * khtml/css/html4.css:
+
2002-08-03 Darin Adler <darin at apple.com>
- fixed 2943519 - • is rendered as an asterisk rather than a bullet
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index acc3995..373f7b2 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,10 @@
+2002-08-04 David Hyatt <hyatt at apple.com>
+
+ Fix my bungled CSS for input fields in the user agent style
+ sheet.
+
+ * khtml/css/html4.css:
+
2002-08-03 Darin Adler <darin at apple.com>
- fixed 2943519 - • is rendered as an asterisk rather than a bullet
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index acc3995..373f7b2 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,10 @@
+2002-08-04 David Hyatt <hyatt at apple.com>
+
+ Fix my bungled CSS for input fields in the user agent style
+ sheet.
+
+ * khtml/css/html4.css:
+
2002-08-03 Darin Adler <darin at apple.com>
- fixed 2943519 - • is rendered as an asterisk rather than a bullet
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index 6213cef..f444d59 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -387,9 +387,7 @@ BUTTON:active {
/* XXX Need to implement support for CSS2 system fonts, so that I don't have to hard code this.
-dwh */
INPUT, TEXTAREA {
- font-size: 13px;
- font-face: Lucida Grande;
- font-family: sans serif;
+ font: 11px 'Lucida Grande';
}
INPUT[type="hidden"] {
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list