Plugin details: Ensure banner image doesn't repeat.

props senff, valendesigns.
fixes #30773.


git-svn-id: https://develop.svn.wordpress.org/trunk@31719 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-03-11 16:11:15 +00:00
parent 137634176f
commit 2d8bfdea8f
1 changed files with 2 additions and 2 deletions

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 {