/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

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

  • Committer: Colin Watson
  • Date: 2020-06-08 09:55:03 UTC
  • mfrom: (498.2.2 jquery)
  • Revision ID: cjwatson@canonical.com-20200608095503-n387xggxud2khqsw
[r=cjwatson] Port loggerhead from YUI to jQuery.

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.0pr2
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'