Plugin details: Ensure banner image doesn't repeat.
props senff, valendesigns. fixes #30773. Built from https://develop.svn.wordpress.org/trunk@31719 git-svn-id: http://core.svn.wordpress.org/trunk@31700 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d97fc40a0c
commit
e5a7fc36d8
|
@ -2161,8 +2161,8 @@ div.action-links {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
height: 250px;
|
height: 250px;
|
||||||
bottom: 250px;
|
bottom: 250px;
|
||||||
-webkit-background-size: 100% auto;
|
-webkit-background-size: cover;
|
||||||
background-size: 100% auto;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
#plugin-information-title h2 {
|
#plugin-information-title h2 {
|
||||||
|
|
|
@ -2161,8 +2161,8 @@ div.action-links {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
height: 250px;
|
height: 250px;
|
||||||
bottom: 250px;
|
bottom: 250px;
|
||||||
-webkit-background-size: 100% auto;
|
-webkit-background-size: cover;
|
||||||
background-size: 100% auto;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
#plugin-information-title h2 {
|
#plugin-information-title h2 {
|
||||||
|
|
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.2-alpha-31718';
|
$wp_version = '4.2-alpha-31719';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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