From 161f6da97aec814da995741f720434288c2d62a4 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Mon, 9 Feb 2004 10:11:30 +0000 Subject: [PATCH] Use local image file. git-svn-id: http://svn.automattic.com/wordpress/trunk@852 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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;