From d5d91b710c92d4b3f2baf6ab7208f25540df322e Mon Sep 17 00:00:00 2001 From: Ted Roche Date: Thu, 3 Mar 2011 12:38:49 -0500 Subject: [PATCH] Fixed the path to the wordpress.png --- css/twentyten-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/twentyten-style.css b/css/twentyten-style.css index 5dbf631..6bb75dd 100644 --- a/css/twentyten-style.css +++ b/css/twentyten-style.css @@ -1199,7 +1199,7 @@ h3#reply-title { position: relative; } #site-generator a { - background: url(images/wordpress.png) center left no-repeat; + background: url(../images/wordpress.png) center left no-repeat; color: #666; display: inline-block; line-height: 16px; @@ -1321,4 +1321,4 @@ code { .home .sticky { border: none; } -} \ No newline at end of file +}