~michael.nelson/ubuntu-webcatalog/1267731-import-sca-apps-error

« back to all changes in this revision

Viewing changes to src/webcatalog/static/yui/3.10.3/build/cssgrids-base/cssgrids-base.css

  • Committer: Tarmac
  • Author(s): Stephen Stewart
  • Date: 2013-06-26 09:19:32 UTC
  • mfrom: (184.1.4 ubuntu-global-nav)
  • Revision ID: tarmac-20130626091932-8urtuli368k8p7ds
[r=beuno,jonas-drange] add ubuntu global nav to apps.ubuntu.com

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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; }