From b8ed3104ce7ae52b1acfc94c68497af0bd9c3168 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 9 Feb 2004 10:11:30 +0000 Subject: [PATCH] Use local image file. git-svn-id: https://develop.svn.wordpress.org/trunk@852 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 0bd05081e5..fbc3faf65a 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -243,7 +243,7 @@ textarea, input, select { } #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; color: #333; height: 170px;