~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/static/javascript/yui/build/cssfonts/fonts-context-min.css

[rs=mwhudson] Merged the latest and greatest from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 
3
Code licensed under the BSD License:
 
4
http://developer.yahoo.net/yui/license.txt
 
5
version: 3.0.0pr1
 
6
*/
 
7
/**
 
8
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 
9
 * x-small is for IE6/7 quirks mode.
 
10
 */
 
11
.yui-cssfonts body {
 
12
        font:13px/1.231 arial,helvetica,clean,sans-serif;
 
13
        *font-size:small; /* for IE */
 
14
        *font:x-small; /* for IE in quirks mode */
 
15
}
 
16
 
 
17
/**
 
18
 * Nudge down to get to 13px equivalent for these form elements
 
19
 */ 
 
20
.yui-cssfonts select,
 
21
.yui-cssfonts input,
 
22
.yui-cssfonts button,
 
23
.yui-cssfonts textarea {
 
24
        font:99% arial,helvetica,clean,sans-serif;
 
25
}
 
26
 
 
27
/**
 
28
 * To help tables remember to inherit
 
29
 */
 
30
.yui-cssfonts table {
 
31
        font-size:inherit;
 
32
        font:100%;
 
33
}
 
34
 
 
35
/**
 
36
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 
37
 */
 
38
.yui-cssfonts pre,
 
39
.yui-cssfonts code,
 
40
.yui-cssfonts kbd,
 
41
.yui-cssfonts samp,
 
42
.yui-cssfonts tt {
 
43
        font-family:monospace;
 
44
        *font-size:108%;
 
45
        line-height:100%;
 
46
}
 
 
b'\\ No newline at end of file'