Build: Use Node 8.x for trunk.
Props netweb. See #35105. Built from https://develop.svn.wordpress.org/trunk@42461 git-svn-id: http://core.svn.wordpress.org/trunk@42290 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
406ec082cc
commit
ceaaed6604
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1708,7 +1708,7 @@ form.upgrade .hint {
|
||||||
|
|
||||||
.toggle-arrow {
|
.toggle-arrow {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: top left;
|
background-position: top right;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
|
@ -1716,7 +1716,7 @@ form.upgrade .hint {
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggle-arrow-active {
|
.toggle-arrow-active {
|
||||||
background-position: bottom left;
|
background-position: bottom right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#screen-options-wrap h5, /* Back-compat for old plugins */
|
#screen-options-wrap h5, /* Back-compat for old plugins */
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -330,7 +330,7 @@ form#tags-filter {
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-resize-handle {
|
#content-resize-handle {
|
||||||
background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
|
background: transparent url(../images/resize.gif) no-repeat scroll left bottom;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
cursor: row-resize;
|
cursor: row-resize;
|
||||||
}
|
}
|
||||||
|
@ -1299,7 +1299,7 @@ table.links-table {
|
||||||
(min-resolution: 120dpi) {
|
(min-resolution: 120dpi) {
|
||||||
#content-resize-handle,
|
#content-resize-handle,
|
||||||
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
||||||
background: transparent url(../images/resize-2x.gif) no-repeat scroll right bottom;
|
background: transparent url(../images/resize-2x.gif) no-repeat scroll left bottom;
|
||||||
background-size: 11px 11px;
|
background-size: 11px 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
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 = '5.0-alpha-42460';
|
$wp_version = '5.0-alpha-42461';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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