From 15073f4f4aee54cbdb05841ba9daa5bbf6f9aa6a Mon Sep 17 00:00:00 2001 From: ryan 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: http://svn.automattic.com/wordpress/trunk@2434 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 e1dca1aa4..fe2051ee4 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; }