Make WordPress Core

Changeset 42802


Ignore:
Timestamp:
03/08/2018 07:40:01 PM (6 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.
Merges [42687] to the 4.9 branch.
Fixes #43190.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/css/about.css

    r42182 r42802  
    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.