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:
Helen Hou-Sandí 2015-03-11 16:12:26 +00:00
parent d97fc40a0c
commit e5a7fc36d8
5 changed files with 7 additions and 7 deletions

View File

@ -2161,8 +2161,8 @@ div.action-links {
margin-left: 0;
height: 250px;
bottom: 250px;
-webkit-background-size: 100% auto;
background-size: 100% auto;
-webkit-background-size: cover;
background-size: cover;
}
#plugin-information-title h2 {

View File

@ -2161,8 +2161,8 @@ div.action-links {
margin-right: 0;
height: 250px;
bottom: 250px;
-webkit-background-size: 100% auto;
background-size: 100% auto;
-webkit-background-size: cover;
background-size: cover;
}
#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

View File

@ -4,7 +4,7 @@
*
* @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.