[open-ils-commits] r18813 - trunk/Open-ILS/xul/staff_client/server/skin (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Nov 21 05:36:16 EST 2010


Author: phasefx
Date: 2010-11-21 05:36:10 -0500 (Sun, 21 Nov 2010)
New Revision: 18813

Modified:
   trunk/Open-ILS/xul/staff_client/server/skin/global.css
Log:
add xhtml namespace to global.css, though I can't figure out how to style the xhtml.textarea in the marc editor with font_helper.  Tried .ALL_FONTS_LARGER xhtml.textarea and .ALL_FONTS_LARGER *.textarea to no avail


Modified: trunk/Open-ILS/xul/staff_client/server/skin/global.css
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/skin/global.css	2010-11-20 22:55:56 UTC (rev 18812)
+++ trunk/Open-ILS/xul/staff_client/server/skin/global.css	2010-11-21 10:36:10 UTC (rev 18813)
@@ -2,6 +2,7 @@
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
 @namespace html url("http://www.w3.org/TR/REC-html40"); 
+ at namespace xhtml url("http://www.w3.org/1999/xhtml"); 
 
 help { -moz-binding: url('/xul/server/main/bindings.xml#help'); }
 messagecatalog { -moz-binding: url('/xul/server/main/bindings.xml#messagecatalog'); }



More information about the open-ils-commits mailing list