~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Martin Albisetti
  • Date: 2008-12-22 15:16:45 UTC
  • mfrom: (255 trunk)
  • mto: (157.1.8 loggerhead)
  • mto: This revision was merged to the branch mainline in revision 423.
  • Revision ID: argentina@gmail.com-20081222151645-vqxhqpr0fx9rc9t1
Merge from trunk revno 256

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
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
select,
 
21
input,
 
22
button,
 
23
textarea {
 
24
        font:99% arial,helvetica,clean,sans-serif;
 
25
}
 
26
 
 
27
/**
 
28
 * To help tables remember to inherit
 
29
 */
 
30
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
pre,
 
39
code,
 
40
kbd,
 
41
samp,
 
42
tt {
 
43
        font-family:monospace;
 
44
        *font-size:108%;
 
45
        line-height:100%;
 
46
}
 
 
b'\\ No newline at end of file'