From: phasefx Date: Sun, 21 Nov 2010 10:36:10 +0000 (+0000) Subject: add xhtml namespace to global.css, though I can't figure out how to style the xhtml... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=841e4d5c30989851e142a9278417736ac5c8d075;p=evergreen%2Fbjwebb.git 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 git-svn-id: svn://svn.open-ils.org/ILS/trunk@18813 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index 6a871f426..0860def44 100644 --- a/Open-ILS/xul/staff_client/server/skin/global.css +++ b/Open-ILS/xul/staff_client/server/skin/global.css @@ -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'); }