Changeset 42161
- Timestamp:
- 11/13/2017 05:47:05 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/about.css
r42121 r42161 173 173 -webkit-box-pack: justify; 174 174 justify-content: space-between; 175 -webkit-box-align: center;176 align-items: center;177 175 flex-wrap: wrap; 178 176 } … … 358 356 359 357 .about-wrap .floating-header-section { 358 display: -ms-grid; 360 359 display: grid; 361 360 grid-gap: 0 60px; 361 -ms-grid-columns: 5fr 11fr; 362 362 grid-template-columns: 5fr 11fr; 363 363 max-width: 1020px; … … 366 366 367 367 .about-wrap .floating-header-section h2 { 368 -ms-grid-column: 1; 368 369 grid-column: 1; 369 370 text-align: left; … … 377 378 378 379 .about-wrap .floating-header-section .section-content { 380 display: -ms-grid; 379 381 display: grid; 380 382 grid-gap: 60px; 383 -ms-grid-columns: 5fr 5fr; 381 384 grid-template-columns: 5fr 5fr; 385 -ms-grid-column: 2; 382 386 grid-column: 2; 383 387 } 384 388 385 389 .about-wrap .floating-header-section .section-item:nth-of-type(odd) { 390 -ms-grid-column: 1; 386 391 grid-column: 1; 387 392 } 388 393 389 394 .about-wrap .floating-header-section .section-item:nth-of-type(even) { 395 -ms-grid-column: 2; 390 396 grid-column: 2; 391 397 } … … 499 505 500 506 .about-wrap .floating-header-section { 507 -ms-grid-columns: 1fr; 501 508 grid-template-columns: 1fr; 502 509 grid-gap: 60px 0; … … 505 512 .about-wrap .floating-header-section h2, 506 513 .about-wrap .floating-header-section .section-content { 514 -ms-grid-column: 1; 507 515 grid-column: 1; 508 516 } … … 562 570 563 571 .about-wrap .floating-header-section .section-content { 572 -ms-grid-columns: 1fr; 564 573 grid-template-columns: 1fr; 565 574 grid-gap: 60px 0; … … 567 576 568 577 .about-wrap .floating-header-section .section-content .section-item { 578 -ms-grid-column: 1; 569 579 grid-column: 1; 570 580 }
Note: See TracChangeset
for help on using the changeset viewer.