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; }