From e7307353860261ec7c85d9a2303665d065e12a0b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 11 Mar 2005 23:56:29 +0000 Subject: [PATCH] Add sidebar background for pages. http://mosquito.wordpress.org/view.php?id=1083 Props: kim git-svn-id: https://develop.svn.wordpress.org/trunk@2434 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/default/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/default/header.php b/wp-content/themes/default/header.php index e1dca1aa4d..fe2051ee40 100644 --- a/wp-content/themes/default/header.php +++ b/wp-content/themes/default/header.php @@ -21,7 +21,7 @@ and not in the wp-layout.css file. If you prefer to use only CSS for colors and what not, then go right ahead and delete the following lines, and the image files. */ - body { background: url("/images/kubrickbgcolor.jpg"); } + body { background: url("/images/kubrickbgcolor.jpg"); } #page { background: url("/images/kubrickbg.jpg") repeat-y top; border: none; } #page { background: url("/images/kubrickbgwide.jpg") repeat-y top; border: none; } #header { background: url("/images/kubrickheader.jpg") no-repeat bottom center; }