Changeset 43309 for trunk/src/wp-admin/css/about.css
- Timestamp:
- 05/23/2018 10:04:22 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/about.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/about.css
r42687 r43309 169 169 170 170 .about-wrap [class$="-col"] { 171 display: -webkit-box;172 171 display: flex; 173 -webkit-box-pack: justify;174 172 justify-content: space-between; 175 173 flex-wrap: wrap; … … 192 190 193 191 .about-wrap [class$="-col"] .col { 194 -webkit-box-flex: 1;195 192 flex: 1; 196 193 } … … 202 199 203 200 .about-wrap .three-col .col { 204 -webkit-align-self: flex-start;205 201 align-self: flex-start; 206 202 min-width: 31%; … … 382 378 -ms-grid-column: 2; 383 379 grid-column: 2; 384 display: -webkit-box;385 380 display: flex; 386 -webkit-box-pack: justify;387 381 justify-content: space-between; 388 -webkit-box-align: start;389 382 align-items: flex-start; 390 -webkit-box-orient: horizontal;391 -webkit-box-direction: normal;392 383 flex-flow: row wrap; 393 -webkit-box-flex: 2;394 384 flex-grow: 2; 395 385 flex-shrink: 0; … … 397 387 398 388 .about-wrap .floating-header-section .section-item { 399 -webkit-box-flex: 1;400 389 flex-grow: 1; 401 390 max-width: calc(50% - 30px); … … 426 415 427 416 .about-wrap .floating-header-section.has-long-title .section-content { 428 -webkit-box-pack: start;429 417 justify-content: flex-start; 430 418 }
Note: See TracChangeset
for help on using the changeset viewer.