Update of /cvsroot/phpwiki/phpwiki/themes/Hawaiian
In directory usw-pr-cvs1:/tmp/cvs-serv30376
Modified Files:
Hawaiian.css
Log Message:
fixed background image url
Index: Hawaiian.css
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/Hawaiian/Hawaiian.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Hawaiian.css 2001/12/31 23:24:37 1.1
--- Hawaiian.css 2002/01/01 21:40:46 1.2
***************
*** 26,41 ****
*/
- /* NS4 doesn't grok @import. This allows us to put things which
- * break NS4 in another file. As of OmniWeb 4.1, OW now @imports :-(
- */
- @import url(Hawaiian-heavy.css.css);
-
BODY {
! /* Mozilla ignores the background image, with or without a background color specified (?) */
color : #000;
background-color : #fff;
! background-image : url("themes/Hawaiian/uhhbackground.jpg");
background-repeat : repeat;
}
BODY { font-family: arial, helvetica, sans-serif; }
--- 26,41 ----
*/
BODY {
! /* the background image url is relative to this file's directory */
color : #000;
background-color : #fff;
! background-image : url("uhhbackground.jpg");
background-repeat : repeat;
}
+
+ /* NS4 doesn't grok @import. This allows us to put things which
+ * break NS4 in another file. As of OmniWeb 4.1, OW now @imports :-(
+ */
+ @import url(Hawaiian-heavy.css);
BODY { font-family: arial, helvetica, sans-serif; }
|