[sword-svn] r333 - trunk/webapp
refdoc at www.crosswire.org
refdoc at www.crosswire.org
Fri Nov 7 16:53:41 MST 2008
Author: refdoc
Date: 2008-11-07 16:53:40 -0700 (Fri, 07 Nov 2008)
New Revision: 333
Modified:
trunk/webapp/init.jsp
trunk/webapp/wash.css
Log:
more rtol stuff and removal of the simple rtol css sheet from menu
Modified: trunk/webapp/init.jsp
===================================================================
--- trunk/webapp/init.jsp 2008-11-07 14:29:48 UTC (rev 332)
+++ trunk/webapp/init.jsp 2008-11-07 23:53:40 UTC (rev 333)
@@ -70,9 +70,6 @@
styleNames.add("Sandy Creek");
styleFiles.add("sandy.css");
- styleNames.add("RtoL");
- styleFiles.add("rtol.css");
-
tabNames = new Vector();
tabLinks = new Vector();
tabTitles = new Vector();
Modified: trunk/webapp/wash.css
===================================================================
--- trunk/webapp/wash.css 2008-11-07 14:29:48 UTC (rev 332)
+++ trunk/webapp/wash.css 2008-11-07 23:53:40 UTC (rev 333)
@@ -339,6 +339,9 @@
margin: .5em 0px 0px 5px;
border-bottom: 1px solid #C5D6EA;
}
+body.rtol #library li{
+margin: .5em 5px 0px 0px;
+}
#library li a:hover {
text-decoration: underline;
@@ -353,6 +356,9 @@
border-left: 0px solid #fff;
border-bottom: 1px solid #fff;
}
+body.rtol #library li.closed {
+background-position:right;
+}
#library li.open {
More information about the sword-cvs
mailing list