Custom background color fixes. see #12186

git-svn-id: http://svn.automattic.com/wordpress/trunk@13668 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2010-03-11 20:21:58 +00:00
parent 54bc1d84c2
commit 59873d0b4f
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;