[sword-cvs] swordweb passagestudy.jsp,1.10,1.11 wash.css,1.4,1.5

sword@www.crosswire.org sword@www.crosswire.org
Tue, 21 Oct 2003 12:04:21 -0700


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

Modified Files:
	passagestudy.jsp wash.css 
Log Message:
fixes

Index: passagestudy.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/passagestudy.jsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- passagestudy.jsp	21 Oct 2003 18:11:49 -0000	1.10
+++ passagestudy.jsp	21 Oct 2003 19:04:19 -0000	1.11
@@ -82,14 +82,16 @@
 			activeModule.setKeyText(activeKey);
 			activeKey = activeModule.getKeyText(); 	// be sure it's formatted nicely
 		%>
+
+		<div id="passagestudy">
 		<h2><%= activeKey %></h2>
-		<p class="textname">&raquo; <%= activeModule.getDescription().replaceAll("&", "&amp;") + " (" + activeModule.getName() + ")" %></p>
+		<h3>&raquo; <%= activeModule.getDescription().replaceAll("&", "&amp;") + " (" + activeModule.getName() + ")" %></h3>
 		<ul class="booknav">
 			<li><a href="" title="display Romans 7">previous chapter</a></li>
 			<li><a href="" title="display all of Romans 8">this chapter</a></li>
 			<li><a href="" title="display Romans 10">next chapter</a></li>
 		</ul>
-		<div id="passagestudy">
+
 		<%
 			if (activeModule.getCategory().equals(SwordOrb.BIBLES)) {
 				String chapterPrefix = activeKey.substring(0, activeKey.indexOf(":"));

Index: wash.css
===================================================================
RCS file: /usr/local/cvsroot/swordweb/wash.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- wash.css	21 Oct 2003 18:12:16 -0000	1.4
+++ wash.css	21 Oct 2003 19:04:19 -0000	1.5
@@ -247,7 +247,7 @@
 background: #C5D6EA;
 }
 
-#translations p {
+#translations h3 {
 background: #C5D6EA;
 margin: 0px 0px 0px 0px;
 padding: 2px 0.5em 2px 0.5em;
@@ -256,9 +256,17 @@
 border-top: 2px solid #ccc;
 }
 
+#translations p {
+background: #C5D6EA;
+margin: 0px 0px 0px 0px;
+padding: 2px 0.5em 2px 0.5em;
+text-align: center;
+font-style: italic;
+}
+
 #translations hr {display:none;}
 
-/*   commentaries   */
+/*   Commentaries   */
 
 #commentaries {
 margin: 0px 0px 0px -1em;
@@ -300,13 +308,21 @@
 background: #C5D6EA;
 }
 
-#commentaries p {
+#commentaries h3 {
 background: #C5D6EA;
 margin: 0px 0px 0px 0px;
 padding: 2px 0.5em 2px 0.5em;
 text-align: center;
 font-size: 1.1em;
 border-top: 2px solid #ccc;
+}
+
+#commentaries p {
+background: #C5D6EA;
+margin: 0px 0px 0px 0px;
+padding: 2px 0.5em 2px 0.5em;
+text-align: center;
+font-style: italic;
 }
 
 #commentaries hr {display:none;}