[jsword-svn] r1943 - trunk/bibledesktop/src/main/resources/xsl/cswing

dmsmith at crosswire.org dmsmith at crosswire.org
Wed Mar 25 04:43:28 MST 2009


Author: dmsmith
Date: 2009-03-25 04:43:28 -0700 (Wed, 25 Mar 2009)
New Revision: 1943

Modified:
   trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl
Log:
Explicitly set the background in simple.xsl to white,
so that WinXP themes of black background would be useable.

Modified: trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl
===================================================================
--- trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl	2009-03-23 13:00:47 UTC (rev 1942)
+++ trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl	2009-03-25 11:43:28 UTC (rev 1943)
@@ -123,7 +123,7 @@
       <head>
         <base href="{$baseURL}"/>
         <style type="text/css">
-          BODY { <xsl:value-of select="$fontspec" /> }
+          BODY { background:white; <xsl:value-of select="$fontspec" /> }
           A { text-decoration: none; }
           A.strongs { color: black; text-decoration: none; }
           SUB.strongs { font-size: 75%; color: red; }




More information about the jsword-svn mailing list