summaryrefslogtreecommitdiffstats
path: root/js/yui/reset/reset.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/yui/reset/reset.css')
-rw-r--r--js/yui/reset/reset.css41
1 files changed, 11 insertions, 30 deletions
diff --git a/js/yui/reset/reset.css b/js/yui/reset/reset.css
index 256daeab2..9bca239c7 100644
--- a/js/yui/reset/reset.css
+++ b/js/yui/reset/reset.css
@@ -1,8 +1,8 @@
/*
-Copyright (c) 2010, Yahoo! Inc. All rights reserved.
+Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
-version: 2.8.2r1
+version: 2.9.0
*/
/**
* YUI Reset
@@ -37,6 +37,7 @@ legend,
input,
button,
textarea,
+select,
p,
blockquote,
th,
@@ -56,17 +57,21 @@ img {
}
address,
+button,
caption,
cite,
code,
dfn,
em,
+input,
+optgroup,
+option,
+select,
strong,
+textarea,
th,
-var,
-optgroup {
- font-style: inherit;
- font-weight: inherit;
+var {
+ font:inherit;
}
del,
@@ -116,27 +121,3 @@ sub {
legend {
color: #000;
}
-
-input,
-button,
-textarea,
-select,
-optgroup,
-option {
- font-family: inherit;
- font-size: inherit;
- font-style: inherit;
- font-weight: inherit;
-}
-
-/*@purpose To enable resizing for IE */
-/*@branch For IE6-Win, IE7-Win */
-input,
-button,
-textarea,
-select {
- *font-size: 100%;
-}
-
-
-