Help/About: Use CDN URLs for 5.4 About page header images.
See #49295. Built from https://develop.svn.wordpress.org/trunk@47532 git-svn-id: http://core.svn.wordpress.org/trunk@47307 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
340216b5eb
commit
e38a57db0c
|
@ -417,11 +417,11 @@
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: top left;
|
background-position: top left;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-image: url('https://wordpress.org/images/core/5.4/header-diagonal.svg');
|
background-image: url('https://s.w.org/images/core/5.4/header-diagonal.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .about__header {
|
.rtl .about__header {
|
||||||
background-image: url('https://wordpress.org/images/core/5.4/header-diagonal-rtl.svg');
|
background-image: url('https://s.w.org/images/core/5.4/header-diagonal-rtl.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
.about__header > div {
|
.about__header > div {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -416,11 +416,11 @@
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: top right;
|
background-position: top right;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-image: url('https://wordpress.org/images/core/5.4/header-diagonal.svg');
|
background-image: url('https://s.w.org/images/core/5.4/header-diagonal.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .about__header {
|
.rtl .about__header {
|
||||||
background-image: url('https://wordpress.org/images/core/5.4/header-diagonal-rtl.svg');
|
background-image: url('https://s.w.org/images/core/5.4/header-diagonal-rtl.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
.about__header > div {
|
.about__header > div {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.5-alpha-47531';
|
$wp_version = '5.5-alpha-47532';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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