Add missing prefixed attributes, introduced in [33023].
See ##32589. Built from https://develop.svn.wordpress.org/trunk@33050 git-svn-id: http://core.svn.wordpress.org/trunk@33021 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bcf488fc23
commit
f2ce96004a
|
@ -443,6 +443,8 @@ fieldset label,
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 25em;
|
width: 25em;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -443,6 +443,8 @@ fieldset label,
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 25em;
|
width: 25em;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.3-beta1-33049';
|
$wp_version = '4.3-beta1-33050';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue