Make WordPress Core

Changeset 42687


Ignore:
Timestamp:
02/10/2018 11:46:10 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Build/Test Tools: Update prefixed CSS properties in about.css.

Firefox 52+ supports unprefixed column-count and column-gap properties.

Props netweb, afercia.
Fixes #43190.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/about.css

    r42181 r42687  
    261261.about-wrap .two-col-text {
    262262    -webkit-column-count: 2;
    263     -moz-column-count: 2;
    264263    column-count: 2;
    265264    -webkit-column-gap: 40px;
    266     -moz-column-gap: 40px;
    267265    column-gap: 40px;
    268266}
     
    552550    .about-wrap .two-col-text {
    553551        -webkit-column-count: 1;
    554         -moz-column-count: 1;
    555552        column-count: 1;
    556553    }
Note: See TracChangeset for help on using the changeset viewer.