From f122d4bcf6fa8672036a8cbfc965bb8ed45fd925 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 12 May 2009 06:04:47 +0000 Subject: [PATCH] Correct footer background colour for default theme, props jdub, fixes #9733 git-svn-id: https://develop.svn.wordpress.org/trunk@11297 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index 2cb659302d..f1f2e4efac 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -81,7 +81,7 @@ border: 1px solid #ddd; } #footer { - background: #eee url('images/kubrickfooter.jpg') no-repeat top; + background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top; border: none; }