[sword-cvs] swordweb wash.css,1.17,1.18

sword@www.crosswire.org sword@www.crosswire.org
Tue, 28 Oct 2003 12:39:22 -0700


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

Modified Files:
	wash.css 
Log Message:
added CSS for genbook tree, added CSS id for genbook text

Index: wash.css
===================================================================
RCS file: /usr/local/cvsroot/swordweb/wash.css,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- wash.css	28 Oct 2003 19:26:59 -0000	1.17
+++ wash.css	28 Oct 2003 19:39:19 -0000	1.18
@@ -181,9 +181,17 @@
 /* OSIS Library */
 
 #library ul, #library li {list-style-type: none;}
+
 #library ul {text-indent: 0em;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;}
+
+#library ul ul {
+text-indent: 0em;
+padding: 0px 0px 0px 0px;
+margin: 0px 0px 0px 10px;
+}
+
 #library li{
 margin: 3px 0px 0px 10px;
 background-image: url(images/arrow.png);
@@ -201,7 +209,8 @@
 background-repeat: no-repeat;
 }
 
-#library li a {display:block;
+#library li a {
+display:block;
 padding: 0px 0px 0px 15px;
 text-decoration: none;
 color:#000}