~ubuntu-branches/ubuntu/saucy/whoopsie-daisy/saucy

« back to all changes in this revision

Viewing changes to backend/stats/static/js/yui/3.4.1/build/cssgrids/cssgrids.css

  • Committer: Package Import Robot
  • Author(s): Evan Dandrea
  • Date: 2012-04-18 13:04:36 UTC
  • Revision ID: package-import@ubuntu.com-20120418130436-vmt93p8fds516lws
Tags: 0.1.32
Fix failing tests on powerpc and ARM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
YUI 3.4.1 (build 4118)
3
 
Copyright 2011 Yahoo! Inc. All rights reserved.
4
 
Licensed under the BSD License.
5
 
http://yuilibrary.com/license/
6
 
*/
7
 
.yui3-g {
8
 
    letter-spacing: -0.31em; /* webkit: collapse white-space between units */
9
 
    *letter-spacing: normal; /* reset IE < 8 */
10
 
    word-spacing: -0.43em; /* IE < 8 && gecko: collapse white-space between units */
11
 
}
12
 
 
13
 
.yui3-u,
14
 
.yui3-u-1,
15
 
.yui3-u-1-2,
16
 
.yui3-u-1-3,
17
 
.yui3-u-2-3,
18
 
.yui3-u-1-4,
19
 
.yui3-u-3-4,
20
 
.yui3-u-1-5,
21
 
.yui3-u-2-5,
22
 
.yui3-u-3-5,
23
 
.yui3-u-4-5,
24
 
.yui3-u-1-6,
25
 
.yui3-u-5-6,
26
 
.yui3-u-1-8,
27
 
.yui3-u-3-8,
28
 
.yui3-u-5-8,
29
 
.yui3-u-7-8,
30
 
.yui3-u-1-12,
31
 
.yui3-u-5-12,
32
 
.yui3-u-7-12,
33
 
.yui3-u-11-12,
34
 
.yui3-u-1-24,
35
 
.yui3-u-5-24,
36
 
.yui3-u-7-24,
37
 
.yui3-u-11-24,
38
 
.yui3-u-13-24,
39
 
.yui3-u-17-24,
40
 
.yui3-u-19-24,
41
 
.yui3-u-23-24 {
42
 
    display: inline-block;
43
 
    zoom: 1; *display: inline; /* IE < 8: fake inline-block */
44
 
    letter-spacing: normal;
45
 
    word-spacing: normal;
46
 
    vertical-align: top;
47
 
}
48
 
 
49
 
.yui3-u-1 {
50
 
    display: block;
51
 
}
52
 
 
53
 
.yui3-u-1-2 {
54
 
    width: 50%;
55
 
}
56
 
 
57
 
.yui3-u-1-3 {
58
 
    width: 33.33333%;
59
 
}
60
 
 
61
 
.yui3-u-2-3 {
62
 
    width: 66.66666%;
63
 
}
64
 
 
65
 
.yui3-u-1-4 {
66
 
    width: 25%;
67
 
}
68
 
 
69
 
.yui3-u-3-4 {
70
 
    width: 75%;
71
 
}
72
 
 
73
 
.yui3-u-1-5 {
74
 
    width: 20%;
75
 
}
76
 
 
77
 
.yui3-u-2-5 {
78
 
    width: 40%;
79
 
}
80
 
 
81
 
.yui3-u-3-5 {
82
 
    width: 60%;
83
 
}
84
 
 
85
 
.yui3-u-4-5 {
86
 
    width: 80%;
87
 
}
88
 
 
89
 
.yui3-u-1-6 {
90
 
    width: 16.656%;
91
 
}
92
 
 
93
 
.yui3-u-5-6 {
94
 
    width: 83.33%;
95
 
}
96
 
 
97
 
.yui3-u-1-8 {
98
 
    width: 12.5%;
99
 
}
100
 
 
101
 
.yui3-u-3-8 {
102
 
    width: 37.5%;
103
 
}
104
 
 
105
 
.yui3-u-5-8 {
106
 
    width: 62.5%;
107
 
}
108
 
 
109
 
.yui3-u-7-8 {
110
 
    width: 87.5%;
111
 
}
112
 
 
113
 
.yui3-u-1-12 {
114
 
    width: 8.3333%;
115
 
}
116
 
 
117
 
.yui3-u-5-12 {
118
 
    width: 41.6666%;
119
 
}
120
 
 
121
 
.yui3-u-7-12 {
122
 
    width: 58.3333%;
123
 
}
124
 
 
125
 
.yui3-u-11-12 {
126
 
    width: 91.6666%;
127
 
}
128
 
 
129
 
.yui3-u-1-24 {
130
 
    width: 4.1666%;
131
 
}
132
 
 
133
 
.yui3-u-5-24 {
134
 
    width: 20.8333%;
135
 
}
136
 
 
137
 
.yui3-u-7-24 {
138
 
    width: 29.1666%;
139
 
}
140
 
 
141
 
.yui3-u-11-24 {
142
 
    width: 45.8333%;
143
 
}
144
 
 
145
 
.yui3-u-13-24 {
146
 
    width: 54.1666%;
147
 
}
148
 
 
149
 
.yui3-u-17-24 {
150
 
    width: 70.8333%;
151
 
}
152
 
 
153
 
.yui3-u-19-24 {
154
 
    width: 79.1666%;
155
 
}
156
 
 
157
 
.yui3-u-23-24 {
158
 
    width: 95.8333%;
159
 
}