Make WordPress Core

Changeset 30070


Ignore:
Timestamp:
10/28/2014 08:47:30 PM (10 years ago)
Author:
jorbin
Message:

Autoprefix box sizing

Results are from running grunt autoprefix. Needed for FF before 29 and Safari before 5.1.

fixes #27553

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/editor.css

    r30002 r30070  
    829829.wp-switch-editor {
    830830    float: left;
     831    -webkit-box-sizing: content-box;
     832    -moz-box-sizing: content-box;
    831833    box-sizing: content-box;
    832834    position: relative;
Note: See TracChangeset for help on using the changeset viewer.