[sword-cvs] swordweb/layouts base-layout.jsp,1.5,1.6

sword@www.crosswire.org sword@www.crosswire.org
Tue, 23 Sep 2003 20:09:41 -0700


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

Modified Files:
	base-layout.jsp 
Log Message:
more XHTML clean up and added alternate style sheet. "Wash Out" will be the base for the new CSS.



Index: base-layout.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/layouts/base-layout.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- base-layout.jsp	24 Sep 2003 02:17:31 -0000	1.5
+++ base-layout.jsp	24 Sep 2003 03:09:39 -0000	1.6
@@ -7,6 +7,7 @@
 <head>
 	<title>OSIS Web:<tiles:getAsString name="title"/></title>
 	<link href="blues.css" title="Blue" rel="stylesheet" type="text/css" />
+	<link href="wash.css" title="Washed Out" rel="alternate stylesheet" type="text/css" />
 	<link href="blank.css" title="Blank" rel="alternate stylesheet" type="text/css" />
 </head>
 <body>