~ubuntu-branches/ubuntu/lucid/loggerhead/lucid-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): James Westby, Roland Mas, Jelmer Vernooij, James Westby
  • Date: 2009-08-26 13:18:03 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090826131803-0ce1fhaetci8b0c5
Tags: 1.17-0ubuntu1
[ Roland Mas ]
* Use the YUI library provided by libjs-yui. (Closes: #511286)

[ Jelmer Vernooij ]
* Use my debian.org address in Uploaders field.
* Add ${misc:Depends} to please lintian.
* Suggest recent version of paste, which doesn't expose internal port
  numbers in links. (Closes: #507000)
* Bump standards version to 3.8.1.

[ James Westby ]
* New upstream release.
* Drop get-orig-source rule in favour of debian/watch.
* Add python-pkg-resources and python-paste to Build-Depends,
  python-pkg-resources to Depends and python-simplejson to
  Recommends due to dependency changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
3
3
Code licensed under the BSD License:
4
4
http://developer.yahoo.net/yui/license.txt
5
 
version: 3.0.0pr1
 
5
version: 3.0.0pr2
6
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'
 
7
.yui-cssfonts body,.yui-cssfonts{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}.yui-cssfonts select,.yui-cssfonts input,.yui-cssfonts button,.yui-cssfonts textarea{font:99% arial,helvetica,clean,sans-serif;}.yui-cssfonts table{font-size:inherit;font:100%;}.yui-cssfonts pre,.yui-cssfonts code,.yui-cssfonts kbd,.yui-cssfonts samp,.yui-cssfonts tt{font-family:monospace;*font-size:108%;line-height:100%;}
 
 
b'\\ No newline at end of file'