##// END OF EJS Templates
Re-added already existing base for less backwards compatability.
Jonathan Frederic -
Show More
@@ -81,7 +81,8 b' Browsers not listed, including Safari, are supported via the styling under the'
81 81 }
82 82
83 83 .hbox.reverse,
84 .vbox.reverse {
84 .vbox.reverse,
85 .reverse {
85 86 /* Old browsers */
86 87 -webkit-box-direction: reverse;
87 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 95 .hbox.box-flex0,
95 .vbox.box-flex0 {
96 .vbox.box-flex0,
97 .box-flex0 {
96 98 /* Old browsers */
97 99 -webkit-box-flex: 0;
98 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 108 .hbox.box-flex1,
107 .vbox.box-flex1 {
109 .vbox.box-flex1,
110 .box-flex1 {
108 111 /* Old browsers */
109 112 -webkit-box-flex: 1;
110 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 120 .hbox.box-flex,
118 .vbox.box-flex {
121 .vbox.box-flex,
122 .box-flex {
119 123 /* Old browsers */
120 124 .box-flex1();
121 125 }
122 126
123 127 .hbox.box-flex2,
124 .vbox.box-flex2 {
128 .vbox.box-flex2,
129 .box-flex2 {
125 130 /* Old browsers */
126 131 -webkit-box-flex: 2;
127 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 153 .hbox.start,
149 .vbox.start {
154 .vbox.start,
155 .start {
150 156 /* Old browsers */
151 157 -webkit-box-pack: start;
152 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 165 .hbox.end,
160 .vbox.end {
166 .vbox.end,
167 .end {
161 168 /* Old browsers */
162 169 -webkit-box-pack: end;
163 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 177 .hbox.center,
171 .vbox.center {
178 .vbox.center,
179 .center {
172 180 /* Old browsers */
173 181 -webkit-box-pack: center;
174 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 189 .hbox.align-start,
182 .vbox.align-start {
190 .vbox.align-start,
191 .align-start {
183 192 /* Old browsers */
184 193 -webkit-box-align: start;
185 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 201 .hbox.align-end,
193 .vbox.align-end {
202 .vbox.align-end,
203 .align-end {
194 204 /* Old browsers */
195 205 -webkit-box-align: end;
196 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 213 .hbox.align-center,
204 .vbox.align-center {
214 .vbox.align-center,
215 .align-center {
205 216 /* Old browsers */
206 217 -webkit-box-align: center;
207 218 -moz-box-align: center;
General Comments 0
You need to be logged in to leave comments. Login now