Custom background color fixes. see #12186

git-svn-id: https://develop.svn.wordpress.org/trunk@13668 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-03-11 20:21:58 +00:00
parent d14218fcd3
commit a1d788a893
3 changed files with 33 additions and 7 deletions

View File

@@ -3659,6 +3659,11 @@ div#custom-background h2 {
width:80px;
}
#custom-background-image {
max-width: 400px;
max-height: 200px;
}
div#custom-background-image img {
max-width: 400px;
max-height: 200px;