~landscape/lazr-js/trunk

« back to all changes in this revision

Viewing changes to src-js/lazrjs/yui/3.0.0/build/cssfonts/fonts-context.css

  • Committer: Sidnei da Silva
  • Date: 2009-10-21 21:43:07 UTC
  • mfrom: (120.2.15 yui-3.0.0)
  • mto: (124.5.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 126.
  • Revision ID: sidnei.da.silva@canonical.com-20091021214307-mpul9404n317puk5
- Merge from yui-3.0.0, resolving conflicts

Show diffs side-by-side

added added

removed removed

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