[sword-cvs] swordweb parchment.css,1.1,1.2

sword@www.crosswire.org sword@www.crosswire.org
Mon, 10 Nov 2003 15:58:14 -0700


Update of /usr/local/cvsroot/swordweb
In directory www:/tmp/cvs-serv1110

Modified Files:
	parchment.css 
Log Message:



Index: parchment.css
===================================================================
RCS file: /usr/local/cvsroot/swordweb/parchment.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- parchment.css	10 Nov 2003 22:11:53 -0000	1.1
+++ parchment.css	10 Nov 2003 22:58:12 -0000	1.2
@@ -732,13 +732,13 @@
 
 #contentTray0{
   width: 100%;
-  background-image: url("./imgs/page_bg.jpg");
+  background-image: url("./images/parchment/page_bg.jpg");
 }
 
 #contentTray1{
   width: 100%;
   background-color: transparent;
-  background-image: url("./imgs/page_bg_l.gif");
+  background-image: url("./images/parchment/page_bg_l.gif");
   background-repeat: repeat-y;
   background-position: top left;
 }
@@ -746,7 +746,7 @@
 #contentTray2{
   width: 100%;
   background-color: transparent;
-  background-image: url("./imgs/page_bg_r.gif");
+  background-image: url("./images/parchment/page_bg_r.gif");
   background-repeat: repeat-y;
   background-position: top right;
 }
@@ -800,7 +800,7 @@
   width: 100%;
   height: 16px;
   background-color: transparent;
-  background-image: url("./imgs/page_bg_t.gif");
+  background-image: url("./images/parchment/page_bg_t.gif");
   background-repeat: repeat-x;
   background-position: top center;
 }
@@ -809,7 +809,7 @@
   width: 100%;
   height: 16px;
   background-color: transparent;
-  background-image: url("./imgs/page_bg_b.gif");
+  background-image: url("./images/parchment/page_bg_b.gif");
   background-repeat: repeat-x;
   background-position: top center;
 }
@@ -819,7 +819,7 @@
   top: 0;
   width: 100%;
   height: 100px;
-  background-image: url("./imgs/page_bg_t_.gif");
+  background-image: url("./images/parchment/page_bg_t_.gif");
   background-position: top center;
   vertical-align: bottom;
 }
@@ -829,7 +829,7 @@
   top: 0;
   width: 100%;
   height: 100%;
-  background-image: url("./imgs/page_bg_t_.gif");
+  background-image: url("./images/parchment/page_bg_t_.gif");
   background-position: top center;
   vertical-align: bottom;
 }
@@ -841,7 +841,7 @@
   top: 0;
   width: 100%;
   height: 100%;
-  background-image: url("./imgs/page_bg_t_.gif");
+  background-image: url("./images/parchment/page_bg_t_.gif");
   background-position: top center;
   vertical-align: bottom;
 }
@@ -850,7 +850,7 @@
   position: relative static;
   width: 100%;
   height: 16px;
-  background-image: url("./imgs/page_bg_b.gif");
+  background-image: url("./images/parchment/page_bg_b.gif");
   background-repeat: repeat-x;
   background-position: bottom center;
 }