[sword-svn] r329 - trunk/webapp
refdoc at www.crosswire.org
refdoc at www.crosswire.org
Tue Nov 4 14:11:55 MST 2008
Author: refdoc
Date: 2008-11-04 14:11:54 -0700 (Tue, 04 Nov 2008)
New Revision: 329
Modified:
trunk/webapp/parallelstudy.jsp
trunk/webapp/rtol.css
trunk/webapp/wash.css
Log:
various corrections to css sheets and font properties in parallel display
Modified: trunk/webapp/parallelstudy.jsp
===================================================================
--- trunk/webapp/parallelstudy.jsp 2008-11-04 12:07:02 UTC (rev 328)
+++ trunk/webapp/parallelstudy.jsp 2008-11-04 21:11:54 UTC (rev 329)
@@ -309,7 +309,7 @@
SWModule mod = mgr.getModuleByName((String)parDispModules.get(i));
boolean rtol = ("RtoL".equalsIgnoreCase(mod.getConfigEntry("Direction")));
String font = mod.getConfigEntry("Font");
- String style = (!"<SWNULL>".equals(font))?"font:"+font:"";
+ String style = (!"<SWNULL>".equals(font))?"font-family:"+font:"";
if (mod != activeModule) {
mod.setKeyText(keyText);
Modified: trunk/webapp/rtol.css
===================================================================
--- trunk/webapp/rtol.css 2008-11-04 12:07:02 UTC (rev 328)
+++ trunk/webapp/rtol.css 2008-11-04 21:11:54 UTC (rev 329)
@@ -3,7 +3,7 @@
#header { position: relative;
top: 0pt;
left: 0pt;
- margin:none;
+ margin:0pt;
visibility: visible;
clear: both;
padding:1em;}
@@ -78,7 +78,7 @@
left:0;
margin-right:240px;
padding:1.5em;
- border-right:1px solic #ccc;
+ border-right:1px solid #ccc;
}
@@ -92,11 +92,11 @@
text-align: center;
font-weight: bold;}
-h2 { font-size: normal;
+h2 { font-size: 1em;
text-align: center;
font-weight: bold;}
-h3 { font-size: normal;
+h3 { font-size: 1em;
text-align: center;
font-weight:bold;}
@@ -110,8 +110,8 @@
padding-right:0.5em;
padding-bottom:0.5em; }
-span.versenum {vertical-align: sup;
- font-size: smaller;
+span.versenum {vertical-align: top;
+ font-size: 0.5em;
padding-left:0.2em;
padding-right:0.2em;}
@@ -140,7 +140,7 @@
direction: rtl;}
body.rtol li {unicode-bidi: embed;
direction: rtl;}
-body.rtol div#introhelp {unicode-bidi: override;
+body.rtol div#introhelp {unicode-bidi:embed;
direction: rtl;}
body.rtol #navlist a {float:right;}
Modified: trunk/webapp/wash.css
===================================================================
--- trunk/webapp/wash.css 2008-11-04 12:07:02 UTC (rev 328)
+++ trunk/webapp/wash.css 2008-11-04 21:11:54 UTC (rev 329)
@@ -347,7 +347,8 @@
#library li.closed {
margin: .5em 0px 0px 0px;
-background-image: url(images/wash_plus.png);
+background-image: url(images/wash_plus.png)
+;
background-repeat: no-repeat;
border-left: 0px solid #fff;
border-bottom: 1px solid #fff;
@@ -909,7 +910,7 @@
direction: rtl;
padding-right: 200px}
-body.rtol div#introhelp {unicode-bidi: override;
+body.rtol div#introhelp {unicode-bidi: embed;
direction: rtl;}
body.rtol #navlist a {float:right;}
@@ -939,7 +940,7 @@
text-align:right;
}
-body.rtol h3 (
+body.rtol h3 {
unicode-bidi:embed;
direction:rtl;
text-align:right;
More information about the sword-cvs
mailing list