~smagoun/whoopsie/whoopsie-lp1017637

« back to all changes in this revision

Viewing changes to backend/stats/static/js/yui/build/cssfonts-context/cssfonts-context.css

  • Committer: Evan Dandrea
  • Date: 2012-05-09 05:53:45 UTC
  • Revision ID: evan.dandrea@canonical.com-20120509055345-z2j41tmcbf4as5uf
The backend now lives in lp:daisy and the website (errors.ubuntu.com) now lives in lp:errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
YUI 3.5.0 (build 5089)
3
 
Copyright 2012 Yahoo! Inc. All rights reserved.
4
 
Licensed under the BSD License.
5
 
http://yuilibrary.com/license/
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
 
.yui3-cssfonts body, .yui3-cssfonts {
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
 
.yui3-cssfonts select,
21
 
.yui3-cssfonts input,
22
 
.yui3-cssfonts button,
23
 
.yui3-cssfonts textarea {
24
 
        font:99% arial,helvetica,clean,sans-serif;
25
 
}
26
 
 
27
 
/**
28
 
 * To help tables remember to inherit
29
 
 */
30
 
.yui3-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
 
.yui3-cssfonts pre,
39
 
.yui3-cssfonts code,
40
 
.yui3-cssfonts kbd,
41
 
.yui3-cssfonts samp,
42
 
.yui3-cssfonts tt {
43
 
        font-family:monospace;
44
 
        *font-size:108%;
45
 
        line-height:100%;
46
 
}
47
 
/* YUI CSS Detection Stamp */
48
 
#yui3-css-stamp.cssfonts-context { display: none; }