Update of /cvsroot/phpwiki/phpwiki/themes/WikiTrek
In directory usw-pr-cvs1:/tmp/cvs-serv6852
Modified Files:
WikiTrek.css
Log Message:
fixed broken url for background image
Index: WikiTrek.css
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/WikiTrek/WikiTrek.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** WikiTrek.css 2001/12/27 18:12:05 1.3
--- WikiTrek.css 2002/01/01 07:10:47 1.4
***************
*** 20,27 ****
BODY {
! /* Mozilla ignores the background image, with or without a background color specified (?) */
color : #fff;
background-color : #000;
! background-image : url("themes/WikiTrek/starfield.png");
background-repeat : repeat;
}
--- 20,27 ----
BODY {
! /* the background image url is relative to this file's directory */
color : #fff;
background-color : #000;
! background-image : url("starfield.png");
background-repeat : repeat;
}
|