- 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
parent
cfd7751653
commit
bb823358dc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue