compass 0.10.2 → 0.10.3.pre.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. data/VERSION.yml +2 -1
  2. data/frameworks/blueprint/stylesheets/blueprint/_colors.scss +1 -0
  3. data/frameworks/blueprint/stylesheets/blueprint/_form.scss +3 -1
  4. data/frameworks/blueprint/stylesheets/blueprint/_liquid.scss +1 -0
  5. data/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss +1 -0
  6. data/frameworks/blueprint/stylesheets/blueprint/_typography.scss +3 -3
  7. data/frameworks/compass/stylesheets/compass/css3/_border-radius.scss +63 -3
  8. data/frameworks/compass/stylesheets/compass/css3/_box-shadow.scss +19 -7
  9. data/frameworks/compass/stylesheets/compass/css3/_font-face.scss +11 -12
  10. data/frameworks/compass/stylesheets/compass/css3/_gradient.scss +3 -1
  11. data/frameworks/compass/stylesheets/compass/css3/_opacity.scss +1 -9
  12. data/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss +1 -4
  13. data/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss +10 -9
  14. data/frameworks/compass/stylesheets/compass/utilities/lists/_inline-list.scss +10 -10
  15. data/frameworks/rails/stylesheets/_rails.scss +1 -0
  16. data/frameworks/rails/stylesheets/rails/_pagination.scss +1 -0
  17. data/frameworks/rails/stylesheets/rails/_scaffolding.scss +56 -0
  18. data/lib/compass/app_integration/rails.rb +7 -0
  19. data/lib/compass/app_integration/rails/installer.rb +13 -16
  20. data/lib/compass/commands/create_project.rb +5 -0
  21. data/lib/compass/commands/project_stats.rb +3 -2
  22. data/lib/compass/commands/stamp_pattern.rb +1 -1
  23. data/lib/compass/exec/project_options_parser.rb +4 -4
  24. data/lib/compass/installers/base.rb +16 -3
  25. data/lib/compass/installers/manifest.rb +1 -0
  26. data/lib/compass/installers/manifest_installer.rb +5 -3
  27. data/lib/compass/sass_extensions/functions.rb +7 -1
  28. data/lib/compass/sass_extensions/functions/constants.rb +17 -0
  29. data/lib/compass/sass_extensions/functions/gradient_support.rb +0 -16
  30. data/lib/compass/sass_extensions/functions/inline_image.rb +3 -5
  31. data/lib/compass/sass_extensions/functions/lists.rb +9 -0
  32. data/lib/compass/sass_extensions/functions/urls.rb +6 -2
  33. data/test/fixtures/stylesheets/blueprint/config.rb +5 -0
  34. data/test/fixtures/stylesheets/blueprint/css/screen.css +5 -5
  35. data/test/fixtures/stylesheets/blueprint/css/single-imports/buttons.css +56 -0
  36. data/test/fixtures/stylesheets/blueprint/css/single-imports/colors.css +80 -0
  37. data/test/fixtures/stylesheets/blueprint/css/single-imports/debug.css +2 -0
  38. data/test/fixtures/stylesheets/blueprint/css/single-imports/fancy-type.css +30 -0
  39. data/test/fixtures/stylesheets/blueprint/css/single-imports/form.css +40 -0
  40. data/test/fixtures/stylesheets/blueprint/css/single-imports/grid.css +437 -0
  41. data/test/fixtures/stylesheets/blueprint/css/single-imports/ie.css +60 -0
  42. data/test/fixtures/stylesheets/blueprint/css/single-imports/interaction.css +43 -0
  43. data/test/fixtures/stylesheets/blueprint/css/single-imports/link-icons.css +40 -0
  44. data/test/fixtures/stylesheets/blueprint/css/single-imports/liquid.css +653 -0
  45. data/test/fixtures/stylesheets/blueprint/css/single-imports/print.css +60 -0
  46. data/test/fixtures/stylesheets/blueprint/css/single-imports/reset-utilities.css +116 -0
  47. data/test/fixtures/stylesheets/blueprint/css/single-imports/reset.css +66 -0
  48. data/test/fixtures/stylesheets/blueprint/css/single-imports/rtl.css +439 -0
  49. data/test/fixtures/stylesheets/blueprint/css/single-imports/scaffolding.css +45 -0
  50. data/test/fixtures/stylesheets/blueprint/css/{typography.css → single-imports/typography.css} +0 -0
  51. data/test/fixtures/stylesheets/blueprint/images/link_icons/doc.png +0 -0
  52. data/test/fixtures/stylesheets/blueprint/images/link_icons/email.png +0 -0
  53. data/test/fixtures/stylesheets/blueprint/images/link_icons/external.png +0 -0
  54. data/test/fixtures/stylesheets/blueprint/images/link_icons/feed.png +0 -0
  55. data/test/fixtures/stylesheets/blueprint/images/link_icons/im.png +0 -0
  56. data/test/fixtures/stylesheets/blueprint/images/link_icons/pdf.png +0 -0
  57. data/test/fixtures/stylesheets/blueprint/images/link_icons/visited.png +0 -0
  58. data/test/fixtures/stylesheets/blueprint/images/link_icons/xls.png +0 -0
  59. data/test/fixtures/stylesheets/blueprint/sass/single-imports/buttons.scss +4 -0
  60. data/test/fixtures/stylesheets/blueprint/sass/single-imports/colors.scss +34 -0
  61. data/test/fixtures/stylesheets/blueprint/sass/single-imports/debug.scss +3 -0
  62. data/test/fixtures/stylesheets/blueprint/sass/single-imports/fancy-type.scss +3 -0
  63. data/test/fixtures/stylesheets/blueprint/sass/single-imports/form.scss +5 -0
  64. data/test/fixtures/stylesheets/blueprint/sass/single-imports/grid.scss +3 -0
  65. data/test/fixtures/stylesheets/blueprint/sass/single-imports/ie.scss +3 -0
  66. data/test/fixtures/stylesheets/blueprint/sass/single-imports/interaction.scss +3 -0
  67. data/test/fixtures/stylesheets/blueprint/sass/single-imports/link-icons.scss +13 -0
  68. data/test/fixtures/stylesheets/blueprint/sass/single-imports/liquid.scss +3 -0
  69. data/test/fixtures/stylesheets/blueprint/sass/single-imports/print.scss +5 -0
  70. data/test/fixtures/stylesheets/blueprint/sass/single-imports/reset-utilities.scss +5 -0
  71. data/test/fixtures/stylesheets/blueprint/sass/single-imports/reset.scss +1 -0
  72. data/test/fixtures/stylesheets/blueprint/sass/single-imports/rtl.scss +3 -0
  73. data/test/fixtures/stylesheets/blueprint/sass/single-imports/scaffolding.scss +5 -0
  74. data/test/fixtures/stylesheets/blueprint/sass/single-imports/typography.scss +3 -0
  75. data/test/fixtures/stylesheets/blueprint/sass/single-imports/utilities.scss +3 -0
  76. data/test/fixtures/stylesheets/compass/config.rb +5 -0
  77. data/test/fixtures/stylesheets/compass/css/border_radius.css +23 -0
  78. data/test/fixtures/stylesheets/compass/css/gradients.css +38 -19
  79. data/test/fixtures/stylesheets/compass/css/images.css +8 -0
  80. data/test/fixtures/stylesheets/compass/css/lists.css +100 -0
  81. data/test/fixtures/stylesheets/compass/css/utilities.css +1 -1
  82. data/test/fixtures/stylesheets/compass/images/4x6.png +0 -0
  83. data/test/fixtures/stylesheets/compass/sass/border_radius.scss +5 -0
  84. data/test/fixtures/stylesheets/compass/sass/images.scss +9 -0
  85. data/test/fixtures/stylesheets/compass/sass/lists.scss +9 -0
  86. metadata +112 -13
  87. data/test/fixtures/stylesheets/blueprint/sass/single-imports/utilities.sass +0 -3
  88. data/test/fixtures/stylesheets/blueprint/sass/typography.sass +0 -3
@@ -0,0 +1,60 @@
1
+ body {
2
+ line-height: 1.5;
3
+ font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
4
+ color: black;
5
+ background: none;
6
+ font-size: 10pt; }
7
+
8
+ .container {
9
+ background: none; }
10
+
11
+ hr {
12
+ background: #cccccc;
13
+ color: #cccccc;
14
+ width: 100%;
15
+ height: 2px;
16
+ margin: 2em 0;
17
+ padding: 0;
18
+ border: none; }
19
+ hr.space {
20
+ background: white;
21
+ color: white; }
22
+
23
+ h1, h2, h3, h4, h5, h6 {
24
+ font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }
25
+
26
+ code {
27
+ font-size: 0.9em;
28
+ font-family: "andale mono", "lucida console", monospace; }
29
+
30
+ a img {
31
+ border: none; }
32
+ a:link, a:visited {
33
+ background: transparent;
34
+ font-weight: 700;
35
+ text-decoration: underline; }
36
+
37
+ p img.top {
38
+ margin-top: 0; }
39
+
40
+ blockquote {
41
+ margin: 1.5em;
42
+ padding: 1em;
43
+ font-style: italic;
44
+ font-size: 0.9em; }
45
+
46
+ .small {
47
+ font-size: 0.9em; }
48
+
49
+ .large {
50
+ font-size: 1.1em; }
51
+
52
+ .quiet {
53
+ color: #999999; }
54
+
55
+ .hide {
56
+ display: none; }
57
+
58
+ a:after {
59
+ content: " (" attr(href) ")";
60
+ font-size: 90%; }
@@ -0,0 +1,116 @@
1
+ html, body {
2
+ margin: 0;
3
+ padding: 0;
4
+ border: 0;
5
+ font-weight: inherit;
6
+ font-style: inherit;
7
+ font-size: 100%;
8
+ font-family: inherit;
9
+ vertical-align: baseline; }
10
+
11
+ html {
12
+ font-size: 100.01%; }
13
+
14
+ div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
15
+ pre, a, abbr, acronym, address, code, del, dfn, em, img,
16
+ dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
17
+ margin: 0;
18
+ padding: 0;
19
+ border: 0;
20
+ font-weight: inherit;
21
+ font-style: inherit;
22
+ font-size: 100%;
23
+ font-family: inherit;
24
+ vertical-align: baseline; }
25
+
26
+ blockquote, q {
27
+ margin: 0;
28
+ padding: 0;
29
+ border: 0;
30
+ font-weight: inherit;
31
+ font-style: inherit;
32
+ font-size: 100%;
33
+ font-family: inherit;
34
+ vertical-align: baseline;
35
+ quotes: "" ""; }
36
+ blockquote:before, blockquote:after, q:before, q:after {
37
+ content: ""; }
38
+
39
+ th, td, caption {
40
+ margin: 0;
41
+ padding: 0;
42
+ border: 0;
43
+ font-weight: inherit;
44
+ font-style: inherit;
45
+ font-size: 100%;
46
+ font-family: inherit;
47
+ vertical-align: baseline;
48
+ text-align: left;
49
+ font-weight: normal;
50
+ vertical-align: middle; }
51
+
52
+ table {
53
+ margin: 0;
54
+ padding: 0;
55
+ border: 0;
56
+ font-weight: inherit;
57
+ font-style: inherit;
58
+ font-size: 100%;
59
+ font-family: inherit;
60
+ vertical-align: baseline;
61
+ border-collapse: separate;
62
+ border-spacing: 0;
63
+ vertical-align: middle; }
64
+
65
+ a img {
66
+ border: none; }
67
+
68
+ body.testing div, body.testing span, body.testing object, body.testing iframe, body.testing h1, body.testing h2, body.testing h3, body.testing h4, body.testing h5, body.testing h6, body.testing p,
69
+ body.testing pre, body.testing a, body.testing abbr, body.testing acronym, body.testing address, body.testing code, body.testing del, body.testing dfn, body.testing em, body.testing img,
70
+ body.testing dl, body.testing dt, body.testing dd, body.testing ol, body.testing ul, body.testing li, body.testing fieldset, body.testing form, body.testing label, body.testing legend, body.testing caption, body.testing tbody, body.testing tfoot, body.testing thead, body.testing tr {
71
+ margin: 0;
72
+ padding: 0;
73
+ border: 0;
74
+ font-weight: inherit;
75
+ font-style: inherit;
76
+ font-size: 100%;
77
+ font-family: inherit;
78
+ vertical-align: baseline; }
79
+ body.testing blockquote, body.testing q {
80
+ margin: 0;
81
+ padding: 0;
82
+ border: 0;
83
+ font-weight: inherit;
84
+ font-style: inherit;
85
+ font-size: 100%;
86
+ font-family: inherit;
87
+ vertical-align: baseline;
88
+ quotes: "" ""; }
89
+ body.testing blockquote:before, body.testing blockquote:after, body.testing q:before, body.testing q:after {
90
+ content: ""; }
91
+ body.testing th, body.testing td, body.testing caption {
92
+ margin: 0;
93
+ padding: 0;
94
+ border: 0;
95
+ font-weight: inherit;
96
+ font-style: inherit;
97
+ font-size: 100%;
98
+ font-family: inherit;
99
+ vertical-align: baseline;
100
+ text-align: left;
101
+ font-weight: normal;
102
+ vertical-align: middle; }
103
+ body.testing table {
104
+ margin: 0;
105
+ padding: 0;
106
+ border: 0;
107
+ font-weight: inherit;
108
+ font-style: inherit;
109
+ font-size: 100%;
110
+ font-family: inherit;
111
+ vertical-align: baseline;
112
+ border-collapse: separate;
113
+ border-spacing: 0;
114
+ vertical-align: middle; }
115
+ body.testing a img {
116
+ border: none; }
@@ -0,0 +1,66 @@
1
+ html, body {
2
+ margin: 0;
3
+ padding: 0;
4
+ border: 0;
5
+ font-weight: inherit;
6
+ font-style: inherit;
7
+ font-size: 100%;
8
+ font-family: inherit;
9
+ vertical-align: baseline; }
10
+
11
+ html {
12
+ font-size: 100.01%; }
13
+
14
+ div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
15
+ pre, a, abbr, acronym, address, code, del, dfn, em, img,
16
+ dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
17
+ margin: 0;
18
+ padding: 0;
19
+ border: 0;
20
+ font-weight: inherit;
21
+ font-style: inherit;
22
+ font-size: 100%;
23
+ font-family: inherit;
24
+ vertical-align: baseline; }
25
+
26
+ blockquote, q {
27
+ margin: 0;
28
+ padding: 0;
29
+ border: 0;
30
+ font-weight: inherit;
31
+ font-style: inherit;
32
+ font-size: 100%;
33
+ font-family: inherit;
34
+ vertical-align: baseline;
35
+ quotes: "" ""; }
36
+ blockquote:before, blockquote:after, q:before, q:after {
37
+ content: ""; }
38
+
39
+ th, td, caption {
40
+ margin: 0;
41
+ padding: 0;
42
+ border: 0;
43
+ font-weight: inherit;
44
+ font-style: inherit;
45
+ font-size: 100%;
46
+ font-family: inherit;
47
+ vertical-align: baseline;
48
+ text-align: left;
49
+ font-weight: normal;
50
+ vertical-align: middle; }
51
+
52
+ table {
53
+ margin: 0;
54
+ padding: 0;
55
+ border: 0;
56
+ font-weight: inherit;
57
+ font-style: inherit;
58
+ font-size: 100%;
59
+ font-family: inherit;
60
+ vertical-align: baseline;
61
+ border-collapse: separate;
62
+ border-spacing: 0;
63
+ vertical-align: middle; }
64
+
65
+ a img {
66
+ border: none; }
@@ -0,0 +1,439 @@
1
+ .container {
2
+ width: 950px;
3
+ margin: 0 auto;
4
+ direction: rtl;
5
+ overflow: hidden;
6
+ display: inline-block; }
7
+ .container {
8
+ display: block; }
9
+
10
+ .column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
11
+ display: inline;
12
+ float: right;
13
+ margin-left: 10px;
14
+ text-align: right; }
15
+ * html .column, * html div.span-1, * html div.span-2, * html div.span-3, * html div.span-4, * html div.span-5, * html div.span-6, * html div.span-7, * html div.span-8, * html div.span-9, * html div.span-10, * html div.span-11, * html div.span-12, * html div.span-13, * html div.span-14, * html div.span-15, * html div.span-16, * html div.span-17, * html div.span-18, * html div.span-19, * html div.span-20, * html div.span-21, * html div.span-22, * html div.span-23, * html div.span-24 {
16
+ overflow-x: hidden; }
17
+
18
+ .last, div.last {
19
+ margin-left: 0; }
20
+
21
+ .span-1 {
22
+ width: 30px; }
23
+
24
+ .span-2 {
25
+ width: 70px; }
26
+
27
+ .span-3 {
28
+ width: 110px; }
29
+
30
+ .span-4 {
31
+ width: 150px; }
32
+
33
+ .span-5 {
34
+ width: 190px; }
35
+
36
+ .span-6 {
37
+ width: 230px; }
38
+
39
+ .span-7 {
40
+ width: 270px; }
41
+
42
+ .span-8 {
43
+ width: 310px; }
44
+
45
+ .span-9 {
46
+ width: 350px; }
47
+
48
+ .span-10 {
49
+ width: 390px; }
50
+
51
+ .span-11 {
52
+ width: 430px; }
53
+
54
+ .span-12 {
55
+ width: 470px; }
56
+
57
+ .span-13 {
58
+ width: 510px; }
59
+
60
+ .span-14 {
61
+ width: 550px; }
62
+
63
+ .span-15 {
64
+ width: 590px; }
65
+
66
+ .span-16 {
67
+ width: 630px; }
68
+
69
+ .span-17 {
70
+ width: 670px; }
71
+
72
+ .span-18 {
73
+ width: 710px; }
74
+
75
+ .span-19 {
76
+ width: 750px; }
77
+
78
+ .span-20 {
79
+ width: 790px; }
80
+
81
+ .span-21 {
82
+ width: 830px; }
83
+
84
+ .span-22 {
85
+ width: 870px; }
86
+
87
+ .span-23 {
88
+ width: 910px; }
89
+
90
+ .span-24, div.span-24 {
91
+ width: 950px;
92
+ margin: 0; }
93
+
94
+ input.span-1, textarea.span-1, select.span-1 {
95
+ width: 30px !important; }
96
+ input.span-2, textarea.span-2, select.span-2 {
97
+ width: 70px !important; }
98
+ input.span-3, textarea.span-3, select.span-3 {
99
+ width: 110px !important; }
100
+ input.span-4, textarea.span-4, select.span-4 {
101
+ width: 150px !important; }
102
+ input.span-5, textarea.span-5, select.span-5 {
103
+ width: 190px !important; }
104
+ input.span-6, textarea.span-6, select.span-6 {
105
+ width: 230px !important; }
106
+ input.span-7, textarea.span-7, select.span-7 {
107
+ width: 270px !important; }
108
+ input.span-8, textarea.span-8, select.span-8 {
109
+ width: 310px !important; }
110
+ input.span-9, textarea.span-9, select.span-9 {
111
+ width: 350px !important; }
112
+ input.span-10, textarea.span-10, select.span-10 {
113
+ width: 390px !important; }
114
+ input.span-11, textarea.span-11, select.span-11 {
115
+ width: 430px !important; }
116
+ input.span-12, textarea.span-12, select.span-12 {
117
+ width: 470px !important; }
118
+ input.span-13, textarea.span-13, select.span-13 {
119
+ width: 510px !important; }
120
+ input.span-14, textarea.span-14, select.span-14 {
121
+ width: 550px !important; }
122
+ input.span-15, textarea.span-15, select.span-15 {
123
+ width: 590px !important; }
124
+ input.span-16, textarea.span-16, select.span-16 {
125
+ width: 630px !important; }
126
+ input.span-17, textarea.span-17, select.span-17 {
127
+ width: 670px !important; }
128
+ input.span-18, textarea.span-18, select.span-18 {
129
+ width: 710px !important; }
130
+ input.span-19, textarea.span-19, select.span-19 {
131
+ width: 750px !important; }
132
+ input.span-20, textarea.span-20, select.span-20 {
133
+ width: 790px !important; }
134
+ input.span-21, textarea.span-21, select.span-21 {
135
+ width: 830px !important; }
136
+ input.span-22, textarea.span-22, select.span-22 {
137
+ width: 870px !important; }
138
+ input.span-23, textarea.span-23, select.span-23 {
139
+ width: 910px !important; }
140
+ input.span-24, textarea.span-24, select.span-24 {
141
+ width: 950px !important; }
142
+
143
+ .append-1 {
144
+ padding-left: 40px; }
145
+
146
+ .append-2 {
147
+ padding-left: 80px; }
148
+
149
+ .append-3 {
150
+ padding-left: 120px; }
151
+
152
+ .append-4 {
153
+ padding-left: 160px; }
154
+
155
+ .append-5 {
156
+ padding-left: 200px; }
157
+
158
+ .append-6 {
159
+ padding-left: 240px; }
160
+
161
+ .append-7 {
162
+ padding-left: 280px; }
163
+
164
+ .append-8 {
165
+ padding-left: 320px; }
166
+
167
+ .append-9 {
168
+ padding-left: 360px; }
169
+
170
+ .append-10 {
171
+ padding-left: 400px; }
172
+
173
+ .append-11 {
174
+ padding-left: 440px; }
175
+
176
+ .append-12 {
177
+ padding-left: 480px; }
178
+
179
+ .append-13 {
180
+ padding-left: 520px; }
181
+
182
+ .append-14 {
183
+ padding-left: 560px; }
184
+
185
+ .append-15 {
186
+ padding-left: 600px; }
187
+
188
+ .append-16 {
189
+ padding-left: 640px; }
190
+
191
+ .append-17 {
192
+ padding-left: 680px; }
193
+
194
+ .append-18 {
195
+ padding-left: 720px; }
196
+
197
+ .append-19 {
198
+ padding-left: 760px; }
199
+
200
+ .append-20 {
201
+ padding-left: 800px; }
202
+
203
+ .append-21 {
204
+ padding-left: 840px; }
205
+
206
+ .append-22 {
207
+ padding-left: 880px; }
208
+
209
+ .append-23 {
210
+ padding-left: 920px; }
211
+
212
+ .prepend-1 {
213
+ padding-right: 40px; }
214
+
215
+ .prepend-2 {
216
+ padding-right: 80px; }
217
+
218
+ .prepend-3 {
219
+ padding-right: 120px; }
220
+
221
+ .prepend-4 {
222
+ padding-right: 160px; }
223
+
224
+ .prepend-5 {
225
+ padding-right: 200px; }
226
+
227
+ .prepend-6 {
228
+ padding-right: 240px; }
229
+
230
+ .prepend-7 {
231
+ padding-right: 280px; }
232
+
233
+ .prepend-8 {
234
+ padding-right: 320px; }
235
+
236
+ .prepend-9 {
237
+ padding-right: 360px; }
238
+
239
+ .prepend-10 {
240
+ padding-right: 400px; }
241
+
242
+ .prepend-11 {
243
+ padding-right: 440px; }
244
+
245
+ .prepend-12 {
246
+ padding-right: 480px; }
247
+
248
+ .prepend-13 {
249
+ padding-right: 520px; }
250
+
251
+ .prepend-14 {
252
+ padding-right: 560px; }
253
+
254
+ .prepend-15 {
255
+ padding-right: 600px; }
256
+
257
+ .prepend-16 {
258
+ padding-right: 640px; }
259
+
260
+ .prepend-17 {
261
+ padding-right: 680px; }
262
+
263
+ .prepend-18 {
264
+ padding-right: 720px; }
265
+
266
+ .prepend-19 {
267
+ padding-right: 760px; }
268
+
269
+ .prepend-20 {
270
+ padding-right: 800px; }
271
+
272
+ .prepend-21 {
273
+ padding-right: 840px; }
274
+
275
+ .prepend-22 {
276
+ padding-right: 880px; }
277
+
278
+ .prepend-23 {
279
+ padding-right: 920px; }
280
+
281
+ .pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {
282
+ display: inline;
283
+ float: left;
284
+ position: relative; }
285
+
286
+ .pull-1 {
287
+ margin-left: -40px; }
288
+
289
+ .pull-2 {
290
+ margin-left: -80px; }
291
+
292
+ .pull-3 {
293
+ margin-left: -120px; }
294
+
295
+ .pull-4 {
296
+ margin-left: -160px; }
297
+
298
+ .pull-5 {
299
+ margin-left: -200px; }
300
+
301
+ .pull-6 {
302
+ margin-left: -240px; }
303
+
304
+ .pull-7 {
305
+ margin-left: -280px; }
306
+
307
+ .pull-8 {
308
+ margin-left: -320px; }
309
+
310
+ .pull-9 {
311
+ margin-left: -360px; }
312
+
313
+ .pull-10 {
314
+ margin-left: -400px; }
315
+
316
+ .pull-11 {
317
+ margin-left: -440px; }
318
+
319
+ .pull-12 {
320
+ margin-left: -480px; }
321
+
322
+ .pull-13 {
323
+ margin-left: -520px; }
324
+
325
+ .pull-14 {
326
+ margin-left: -560px; }
327
+
328
+ .pull-15 {
329
+ margin-left: -600px; }
330
+
331
+ .pull-16 {
332
+ margin-left: -640px; }
333
+
334
+ .pull-17 {
335
+ margin-left: -680px; }
336
+
337
+ .pull-18 {
338
+ margin-left: -720px; }
339
+
340
+ .pull-19 {
341
+ margin-left: -760px; }
342
+
343
+ .pull-20 {
344
+ margin-left: -800px; }
345
+
346
+ .pull-21 {
347
+ margin-left: -840px; }
348
+
349
+ .pull-22 {
350
+ margin-left: -880px; }
351
+
352
+ .pull-23 {
353
+ margin-left: -920px; }
354
+
355
+ .pull-24 {
356
+ margin-left: -960px; }
357
+
358
+ .push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {
359
+ display: inline;
360
+ float: right;
361
+ position: relative; }
362
+
363
+ .push-1 {
364
+ margin: 0 -40px 1.5em 40px; }
365
+
366
+ .push-2 {
367
+ margin: 0 -80px 1.5em 80px; }
368
+
369
+ .push-3 {
370
+ margin: 0 -120px 1.5em 120px; }
371
+
372
+ .push-4 {
373
+ margin: 0 -160px 1.5em 160px; }
374
+
375
+ .push-5 {
376
+ margin: 0 -200px 1.5em 200px; }
377
+
378
+ .push-6 {
379
+ margin: 0 -240px 1.5em 240px; }
380
+
381
+ .push-7 {
382
+ margin: 0 -280px 1.5em 280px; }
383
+
384
+ .push-8 {
385
+ margin: 0 -320px 1.5em 320px; }
386
+
387
+ .push-9 {
388
+ margin: 0 -360px 1.5em 360px; }
389
+
390
+ .push-10 {
391
+ margin: 0 -400px 1.5em 400px; }
392
+
393
+ .push-11 {
394
+ margin: 0 -440px 1.5em 440px; }
395
+
396
+ .push-12 {
397
+ margin: 0 -480px 1.5em 480px; }
398
+
399
+ .push-13 {
400
+ margin: 0 -520px 1.5em 520px; }
401
+
402
+ .push-14 {
403
+ margin: 0 -560px 1.5em 560px; }
404
+
405
+ .push-15 {
406
+ margin: 0 -600px 1.5em 600px; }
407
+
408
+ .push-16 {
409
+ margin: 0 -640px 1.5em 640px; }
410
+
411
+ .push-17 {
412
+ margin: 0 -680px 1.5em 680px; }
413
+
414
+ .push-18 {
415
+ margin: 0 -720px 1.5em 720px; }
416
+
417
+ .push-19 {
418
+ margin: 0 -760px 1.5em 760px; }
419
+
420
+ .push-20 {
421
+ margin: 0 -800px 1.5em 800px; }
422
+
423
+ .push-21 {
424
+ margin: 0 -840px 1.5em 840px; }
425
+
426
+ .push-22 {
427
+ margin: 0 -880px 1.5em 880px; }
428
+
429
+ .push-23 {
430
+ margin: 0 -920px 1.5em 920px; }
431
+
432
+ .push-24 {
433
+ margin: 0 -960px 1.5em 960px; }
434
+
435
+ .prepend-top {
436
+ margin-top: 1.5em; }
437
+
438
+ .append-bottom {
439
+ margin-bottom: 1.5em; }