Changeset 40886
- Timestamp:
- 06/08/2017 04:52:10 AM (8 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-admin/css/about.css
r40849 r40886 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 } … … 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 } … … 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%;
Note: See TracChangeset
for help on using the changeset viewer.