Make WordPress Core

Changeset 35862


Ignore:
Timestamp:
12/11/2015 03:52:26 AM (9 years ago)
Author:
pento
Message:

About: Add a fallback -webkit-calc() to about.css

We forgot to run grunt precommit before [35834] was committed.

This change doesn't need to be backported to the 4.4 branch, as it only affects Chrome < 26, it's really just to clean up the behaviour of grunt precommit.

See #34663.

File:
1 edited

Legend:

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

    r35839 r35862  
    146146    float: none;
    147147    margin-right: 4.799999999%;
     148    width: -webkit-calc( 47.6% - 4px );
    148149    width: calc( 47.6% - 4px );
    149150    vertical-align: middle;
Note: See TracChangeset for help on using the changeset viewer.