Ticket #40721: 40721.14.diff
| File 40721.14.diff, 1.0 KB (added by , 9 years ago) |
|---|
-
src/wp-admin/css/about.css
164 164 .about-wrap [class$="-col"] { 165 165 display: -ms-flexbox; 166 166 display: -webkit-flex; 167 display: -webkit-box; 168 display: -moz-box; 167 169 display: flex; 170 -webkit-box-pack: justify; 171 -webkit-justify-content: space-between; 172 -moz-box-pack: justify; 173 -ms-flex-pack: justify; 168 174 justify-content: space-between; 175 -webkit-box-align: center; 176 -webkit-align-items: center; 177 -moz-box-align: center; 178 -ms-flex-align: center; 169 179 align-items: center; 180 -webkit-flex-wrap: wrap; 181 -ms-flex-wrap: wrap; 170 182 flex-wrap: wrap; 171 183 } 172 184 … … 178 190 .about-wrap [class$="-col"] .col { 179 191 -webkit-flex: 1; 180 192 -ms-flex: 1; 193 -webkit-box-flex: 1; 194 -moz-box-flex: 1; 181 195 flex: 1; 182 196 } 183 197 … … 187 201 } 188 202 189 203 .about-wrap .three-col .col { 204 -webkit-align-self: flex-start; 205 -ms-flex-item-align: start; 190 206 align-self: flex-start; 191 207 min-width: 31%; 192 208 max-width: 31%;