summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-02-21 21:31:22 +0000
committerDries Buytaert <dries@buytaert.net>2004-02-21 21:31:22 +0000
commitbb823358dc1249492da432a750ab7846f405de33 (patch)
tree8c3f84ee741a9b0897b2da3822cda6416b4c73c3 /themes
parentcfd77516530c62729224766b3c25d57d66a34ead (diff)
downloadbrdo-bb823358dc1249492da432a750ab7846f405de33.tar.gz
brdo-bb823358dc1249492da432a750ab7846f405de33.tar.bz2
- Patch 5968 by Chris: the background-image line has a superfluous 'pure' in
the pathname, causing the theme to fail to find the background image and issue errors to the watchdog log.
Diffstat (limited to 'themes')
-rw-r--r--themes/chameleon/pure/chameleon.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/chameleon/pure/chameleon.css b/themes/chameleon/pure/chameleon.css
index d5c03ca14..865b89baa 100644
--- a/themes/chameleon/pure/chameleon.css
+++ b/themes/chameleon/pure/chameleon.css
@@ -10,7 +10,7 @@ a:visited {
}
body {
padding: 5em 0 0 3em;
- background-image: url(pure/background.gif);
+ background-image: url(background.gif);
background-repeat: repeat-x;
font-family: tahoma, verdana, arial, helvetica;
border-top: 10px solid gray;