Autoprefixer for [32844].
Built from https://develop.svn.wordpress.org/trunk@32847 git-svn-id: http://core.svn.wordpress.org/trunk@32818 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4b7ce555d0
commit
f39edce68d
|
@ -1475,6 +1475,7 @@ form.upgrade .hint {
|
||||||
#screen-meta-links .show-settings {
|
#screen-meta-links .show-settings {
|
||||||
border: 0;
|
border: 0;
|
||||||
background: none;
|
background: none;
|
||||||
|
-webkit-border-radius: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #777;
|
color: #777;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
|
|
|
@ -1475,6 +1475,7 @@ form.upgrade .hint {
|
||||||
#screen-meta-links .show-settings {
|
#screen-meta-links .show-settings {
|
||||||
border: 0;
|
border: 0;
|
||||||
background: none;
|
background: none;
|
||||||
|
-webkit-border-radius: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #777;
|
color: #777;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
|
|
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-alpha-32846';
|
$wp_version = '4.3-alpha-32847';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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