File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,32 +11,20 @@ body {
1111.row-layout {
1212 align-content : center;
1313 align-items : center;
14- display : -moz-box;
15- display : -ms-flexbox;
16- display : -webkit-box;
17- display : -webkit-flex;
1814 display : flex;
1915 justify-content : center;
2016}
2117
2218.row-wrap-layout {
2319 align-content : center;
2420 align-items : center;
25- display : -moz-box;
26- display : -ms-flexbox;
27- display : -webkit-box;
28- display : -webkit-flex;
2921 display : flex;
3022 flex-wrap : wrap;
3123 justify-content : center;
3224}
3325
3426.vertical-layout {
3527 align-items : flex-start;
36- display : -moz-box;
37- display : -ms-flexbox;
38- display : -webkit-box;
39- display : -webkit-flex;
4028 display : flex;
4129 flex-direction : column;
4230 justify-content : flex-start;
@@ -266,10 +254,6 @@ h1.no-style {
266254 # history-convert {
267255 align-content : center;
268256 align-items : center;
269- display : -moz-box;
270- display : -ms-flexbox;
271- display : -webkit-box;
272- display : -webkit-flex;
273257 display : flex;
274258 flex-wrap : wrap;
275259 justify-content : center;
You can’t perform that action at this time.
0 commit comments