Use local image file.
git-svn-id: http://svn.automattic.com/wordpress/trunk@852 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
51231afb16
commit
161f6da97a
|
@ -243,7 +243,7 @@ textarea, input, select {
|
||||||
}
|
}
|
||||||
|
|
||||||
#login {
|
#login {
|
||||||
background: url(http://wordpress.org/images/wp-small.png) #fff no-repeat top center;
|
background: url(../wp-images/wp-small.png) #fff no-repeat top center;
|
||||||
border: 2px solid #333;
|
border: 2px solid #333;
|
||||||
color: #333;
|
color: #333;
|
||||||
height: 170px;
|
height: 170px;
|
||||||
|
|
Loading…
Reference in New Issue