Autoprefixer for [31038].

see #30886.
Built from https://develop.svn.wordpress.org/trunk@31061


git-svn-id: http://core.svn.wordpress.org/trunk@31042 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-01-06 21:44:25 +00:00
parent e253251ef4
commit c6e7a90331
5 changed files with 7 additions and 3 deletions

View File

@ -463,6 +463,8 @@
.compat-item .field textarea {
width: 100%;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

File diff suppressed because one or more lines are too long

View File

@ -463,6 +463,8 @@
.compat-item .field textarea {
width: 100%;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31060';
$wp_version = '4.2-alpha-31061';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.