[sword-cvs] swordweb sandy.css,1.4,1.5

sword@www.crosswire.org sword@www.crosswire.org
Mon, 17 Nov 2003 19:33:18 -0700


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

Modified Files:
	sandy.css 
Log Message:
just a few small tweaks


Index: sandy.css
===================================================================
RCS file: /usr/local/cvsroot/swordweb/sandy.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sandy.css	17 Nov 2003 20:58:53 -0000	1.4
+++ sandy.css	18 Nov 2003 02:33:16 -0000	1.5
@@ -139,11 +139,12 @@
 #footer{
 clear:both;
 margin: 0px 0px 0px 0px;
-
+padding: 10px 0px 0px 0px;
 text-align: center;
-background-color: #808072;
+background: #DEDACA;
 background-image: url(images/sandyfade3.png);
 background-repeat: repeat-x;
+
 }
 
 #footer a{color:black}
@@ -226,18 +227,18 @@
 
 #library li{
 margin: 3px 0px 0px 10px;
-background-image: url(images/arrow.png);
+background-image: url(images/sandy_arrow.png);
 background-repeat: no-repeat;
 border-bottom: 1px solid #F5F3EA;
 }
 
 #library li.closed {
-background-image: url(images/plus.png);
+background-image: url(images/sandy_plus.png);
 background-repeat: no-repeat;
 }
 
 #library li.open {
-background-image: url(images/minus.png);
+background-image: url(images/sandy_minus.png);
 background-repeat: no-repeat;
 }