add xhtml namespace to global.css, though I can't figure out how to style the xhtml...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 21 Nov 2010 10:36:10 +0000 (10:36 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 21 Nov 2010 10:36:10 +0000 (10:36 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@18813 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/skin/global.css

index 6a871f4..0860def 100644 (file)
@@ -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"); 
+@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'); }