- 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.
4.4.x
Dries Buytaert 2004-02-21 21:31:22 +00:00
parent cfd7751653
commit bb823358dc
1 changed files with 1 additions and 1 deletions

View File

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