summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui/fonts.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui/fonts.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui/fonts.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/beta/css/yui/fonts.css b/frontend/beta/css/yui/fonts.css
index a334b8a..04acd9b 100644
--- a/frontend/beta/css/yui/fonts.css
+++ b/frontend/beta/css/yui/fonts.css
@@ -1,59 +1,34 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.net/yui/license.txt 4http://developer.yahoo.net/yui/license.txt
30version: 0.11.3 5version: 0.11.3
31*/ 6*/
32 7
33/** 8/**
34 * 84.5% for !IE, keywords for IE 9 * 84.5% for !IE, keywords for IE
35 * Percents could work for IE, but for backCompat purposes, we are using 10 * Percents could work for IE, but for backCompat purposes, we are using
36 keywords. 11 keywords.
37 * x-small is for IE < 6 and IE6 quirks mode. 12 * x-small is for IE < 6 and IE6 quirks mode.
38 * 13 *
39 */ 14 */
40body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x- 15body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-
41small;} 16small;}
42table {font-size:inherit;font:100%;} 17table {font-size:inherit;font:100%;}
43 18
44/** 19/**
45 * 99% for safari; 100% is too large 20 * 99% for safari; 100% is too large
46 */ 21 */
47select, input, textarea {font:99% arial,helvetica,clean,sans-serif;} 22select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
48 23
49/** 24/**
50 * Bump up !IE to get to 13px equivalent 25 * Bump up !IE to get to 13px equivalent
51 */ 26 */
52pre, code {font:115% monospace;*font-size:100%;} 27pre, code {font:115% monospace;*font-size:100%;}
53 28
54/** 29/**
55 * Default line-height based on font-size rather than "computed-value" 30 * Default line-height based on font-size rather than "computed-value"
56 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height 31 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
57 */ 32 */
58body * {line-height:1.22em;} 33body * {line-height:1.22em;}
59 34