diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-04-23 08:03:15 -0400 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-04-23 08:03:15 -0400 |
commit | 4c08043332e39576eed0868c22e6089eafa6aabf (patch) | |
tree | 5a8ad25f26a345feadedfe82782a763da051564e /js/yui/fonts | |
parent | 8bb0ca1f5c922f8ea2fe64a59b1e1811dfaca65a (diff) | |
download | bugs-4c08043332e39576eed0868c22e6089eafa6aabf.tar bugs-4c08043332e39576eed0868c22e6089eafa6aabf.tar.gz bugs-4c08043332e39576eed0868c22e6089eafa6aabf.tar.bz2 bugs-4c08043332e39576eed0868c22e6089eafa6aabf.tar.xz bugs-4c08043332e39576eed0868c22e6089eafa6aabf.zip |
Bug 649879 - Update to YUI 2.9.0
r/a=mkanat
Diffstat (limited to 'js/yui/fonts')
-rw-r--r-- | js/yui/fonts/fonts-min.css | 6 | ||||
-rw-r--r-- | js/yui/fonts/fonts.css | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/js/yui/fonts/fonts-min.css b/js/yui/fonts/fonts-min.css index 3e0f84ee7..0eb29e019 100644 --- a/js/yui/fonts/fonts-min.css +++ b/js/yui/fonts/fonts-min.css @@ -1,7 +1,7 @@ /* -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 */ -body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
\ No newline at end of file +body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}
\ No newline at end of file diff --git a/js/yui/fonts/fonts.css b/js/yui/fonts/fonts.css index 7ee78d549..b170cd7ec 100644 --- a/js/yui/fonts/fonts.css +++ b/js/yui/fonts/fonts.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 Fonts @@ -28,7 +28,6 @@ body { */ select, input, -button, textarea, button { font:99% arial,helvetica,clean,sans-serif; |