import v1.1.0_beta1 | 2009-08-21
This commit is contained in:
6
webdir/javascript/yui/fonts/fonts-min.css
vendored
6
webdir/javascript/yui/fonts/fonts-min.css
vendored
@ -1,7 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{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%;}
|
||||
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%;}
|
@ -1,17 +1,26 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
/**
|
||||
* YUI Fonts
|
||||
* @module fonts
|
||||
* @namespace yui-
|
||||
* @requires
|
||||
*/
|
||||
|
||||
/**
|
||||
* Percents could work for IE, but for backCompat purposes, we are using keywords.
|
||||
* x-small is for IE6/7 quirks mode.
|
||||
*/
|
||||
body {
|
||||
font:13px/1.231 arial,helvetica,clean,sans-serif;
|
||||
*font-size:small; /* for IE */
|
||||
*font:x-small; /* for IE in quirks mode */
|
||||
/* for IE6/7 */
|
||||
*font-size:small;
|
||||
/* for IE Quirks Mode */
|
||||
*font:x-small;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -20,7 +29,8 @@ body {
|
||||
select,
|
||||
input,
|
||||
button,
|
||||
textarea {
|
||||
textarea,
|
||||
button {
|
||||
font:99% arial,helvetica,clean,sans-serif;
|
||||
}
|
||||
|
||||
@ -43,4 +53,4 @@ tt {
|
||||
font-family:monospace;
|
||||
*font-size:108%;
|
||||
line-height:100%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user