Show More
@@ -81,7 +81,8 b' Browsers not listed, including Safari, are supported via the styling under the' | |||||
81 | } |
|
81 | } | |
82 |
|
82 | |||
83 | .hbox.reverse, |
|
83 | .hbox.reverse, | |
84 |
.vbox.reverse |
|
84 | .vbox.reverse, | |
|
85 | .reverse { | |||
85 | /* Old browsers */ |
|
86 | /* Old browsers */ | |
86 | -webkit-box-direction: reverse; |
|
87 | -webkit-box-direction: reverse; | |
87 | -moz-box-direction: reverse; |
|
88 | -moz-box-direction: reverse; | |
@@ -92,7 +93,8 b' Browsers not listed, including Safari, are supported via the styling under the' | |||||
92 | } |
|
93 | } | |
93 |
|
94 | |||
94 | .hbox.box-flex0, |
|
95 | .hbox.box-flex0, | |
95 |
.vbox.box-flex0 |
|
96 | .vbox.box-flex0, | |
|
97 | .box-flex0 { | |||
96 | /* Old browsers */ |
|
98 | /* Old browsers */ | |
97 | -webkit-box-flex: 0; |
|
99 | -webkit-box-flex: 0; | |
98 | -moz-box-flex: 0; |
|
100 | -moz-box-flex: 0; | |
@@ -104,7 +106,8 b' Browsers not listed, including Safari, are supported via the styling under the' | |||||
104 | } |
|
106 | } | |
105 |
|
107 | |||
106 | .hbox.box-flex1, |
|
108 | .hbox.box-flex1, | |
107 |
.vbox.box-flex1 |
|
109 | .vbox.box-flex1, | |
|
110 | .box-flex1 { | |||
108 | /* Old browsers */ |
|
111 | /* Old browsers */ | |
109 | -webkit-box-flex: 1; |
|
112 | -webkit-box-flex: 1; | |
110 | -moz-box-flex: 1; |
|
113 | -moz-box-flex: 1; | |
@@ -115,13 +118,15 b' Browsers not listed, including Safari, are supported via the styling under the' | |||||
115 | } |
|
118 | } | |
116 |
|
119 | |||
117 | .hbox.box-flex, |
|
120 | .hbox.box-flex, | |
118 |
.vbox.box-flex |
|
121 | .vbox.box-flex, | |
|
122 | .box-flex { | |||
119 | /* Old browsers */ |
|
123 | /* Old browsers */ | |
120 | .box-flex1(); |
|
124 | .box-flex1(); | |
121 | } |
|
125 | } | |
122 |
|
126 | |||
123 | .hbox.box-flex2, |
|
127 | .hbox.box-flex2, | |
124 |
.vbox.box-flex2 |
|
128 | .vbox.box-flex2, | |
|
129 | .box-flex2 { | |||
125 | /* Old browsers */ |
|
130 | /* Old browsers */ | |
126 | -webkit-box-flex: 2; |
|
131 | -webkit-box-flex: 2; | |
127 | -moz-box-flex: 2; |
|
132 | -moz-box-flex: 2; | |
@@ -146,7 +151,8 b' Browsers not listed, including Safari, are supported via the styling under the' | |||||
146 | } |
|
151 | } | |
147 |
|
152 | |||
148 | .hbox.start, |
|
153 | .hbox.start, | |
149 |
.vbox.start |
|
154 | .vbox.start, | |
|
155 | .start { | |||
150 | /* Old browsers */ |
|
156 | /* Old browsers */ | |
151 | -webkit-box-pack: start; |
|
157 | -webkit-box-pack: start; | |
152 | -moz-box-pack: start; |
|
158 | -moz-box-pack: start; | |
@@ -157,7 +163,8 b' Browsers not listed, including Safari, are supported via the styling under the' | |||||
157 | } |
|
163 | } | |
158 |
|
164 | |||
159 | .hbox.end, |
|
165 | .hbox.end, | |
160 |
.vbox.end |
|
166 | .vbox.end, | |
|
167 | .end { | |||
161 | /* Old browsers */ |
|
168 | /* Old browsers */ | |
162 | -webkit-box-pack: end; |
|
169 | -webkit-box-pack: end; | |
163 | -moz-box-pack: end; |
|
170 | -moz-box-pack: end; | |
@@ -168,7 +175,8 b' Browsers not listed, including Safari, are supported via the styling under the' | |||||
168 | } |
|
175 | } | |
169 |
|
176 | |||
170 | .hbox.center, |
|
177 | .hbox.center, | |
171 |
.vbox.center |
|
178 | .vbox.center, | |
|
179 | .center { | |||
172 | /* Old browsers */ |
|
180 | /* Old browsers */ | |
173 | -webkit-box-pack: center; |
|
181 | -webkit-box-pack: center; | |
174 | -moz-box-pack: center; |
|
182 | -moz-box-pack: center; | |
@@ -179,7 +187,8 b' Browsers not listed, including Safari, are supported via the styling under the' | |||||
179 | } |
|
187 | } | |
180 |
|
188 | |||
181 | .hbox.align-start, |
|
189 | .hbox.align-start, | |
182 |
.vbox.align-start |
|
190 | .vbox.align-start, | |
|
191 | .align-start { | |||
183 | /* Old browsers */ |
|
192 | /* Old browsers */ | |
184 | -webkit-box-align: start; |
|
193 | -webkit-box-align: start; | |
185 | -moz-box-align: start; |
|
194 | -moz-box-align: start; | |
@@ -190,7 +199,8 b' Browsers not listed, including Safari, are supported via the styling under the' | |||||
190 | } |
|
199 | } | |
191 |
|
200 | |||
192 | .hbox.align-end, |
|
201 | .hbox.align-end, | |
193 |
.vbox.align-end |
|
202 | .vbox.align-end, | |
|
203 | .align-end { | |||
194 | /* Old browsers */ |
|
204 | /* Old browsers */ | |
195 | -webkit-box-align: end; |
|
205 | -webkit-box-align: end; | |
196 | -moz-box-align: end; |
|
206 | -moz-box-align: end; | |
@@ -201,7 +211,8 b' Browsers not listed, including Safari, are supported via the styling under the' | |||||
201 | } |
|
211 | } | |
202 |
|
212 | |||
203 | .hbox.align-center, |
|
213 | .hbox.align-center, | |
204 |
.vbox.align-center |
|
214 | .vbox.align-center, | |
|
215 | .align-center { | |||
205 | /* Old browsers */ |
|
216 | /* Old browsers */ | |
206 | -webkit-box-align: center; |
|
217 | -webkit-box-align: center; | |
207 | -moz-box-align: center; |
|
218 | -moz-box-align: center; |
General Comments 0
You need to be logged in to leave comments.
Login now