|
525
|
1 |
/* |
|
|
2 |
YUI 3.10.3 (build 2fb5187) |
|
|
3 |
Copyright 2013 Yahoo! Inc. All rights reserved. |
|
|
4 |
Licensed under the BSD License. |
|
|
5 |
http://yuilibrary.com/license/ |
|
|
6 |
*/ |
|
|
7 |
|
|
|
8 |
.yui3-g { |
|
|
9 |
letter-spacing: -0.31em; /* Webkit: collapse white-space between units */ |
|
|
10 |
*letter-spacing: normal; /* reset IE < 8 */ |
|
|
11 |
*word-spacing: -0.43em; /* IE < 8: collapse white-space between units */ |
|
|
12 |
text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */ |
|
|
13 |
} |
|
|
14 |
|
|
|
15 |
/* Opera as of 12 on Windows needs word-spacing. |
|
|
16 |
The ".opera-only" selector is used to prevent actual prefocus styling |
|
|
17 |
and is not required in markup. |
|
|
18 |
*/ |
|
|
19 |
.opera-only :-o-prefocus, |
|
|
20 |
.yui3-g { |
|
|
21 |
word-spacing: -0.43em; |
|
|
22 |
} |
|
|
23 |
|
|
|
24 |
.yui3-u { |
|
|
25 |
display: inline-block; |
|
|
26 |
zoom: 1; *display: inline; /* IE < 8: fake inline-block */ |
|
|
27 |
letter-spacing: normal; |
|
|
28 |
word-spacing: normal; |
|
|
29 |
vertical-align: top; |
|
|
30 |
text-rendering: auto; |
|
|
31 |
} |
|
|
32 |
|
|
|
33 |
/* YUI CSS Detection Stamp */ |
|
|
34 |
#yui3-css-stamp.cssgrids-base { display: none; } |