[open-ils-commits] r11227 - trunk/Open-ILS/xul/staff_client/server

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Nov 16 13:22:08 EST 2008


Author: phasefx
Date: 2008-11-16 13:22:05 -0500 (Sun, 16 Nov 2008)
New Revision: 11227

Modified:
   trunk/Open-ILS/xul/staff_client/server/index.xhtml
Log:
xulrunner 1.9 must not be pulling in the same default stylesheets; this has a chrome background if not set specifically

Modified: trunk/Open-ILS/xul/staff_client/server/index.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/index.xhtml	2008-11-16 18:19:25 UTC (rev 11226)
+++ trunk/Open-ILS/xul/staff_client/server/index.xhtml	2008-11-16 18:22:05 UTC (rev 11227)
@@ -10,7 +10,7 @@
 <head>
 <title>&staff.portal.title;</title>
 </head>
-<body>
+<body style="background-color: white;">
 <h1>&staff.portal.title;</h1>
 <p>&staff.portal.default.welcome;</p>
 <img src="/opac/images/main_logo.jpg" style="display: block; margin-left: auto; margin-right: auto;"/>



More information about the open-ils-commits mailing list