From 841e4d5c30989851e142a9278417736ac5c8d075 Mon Sep 17 00:00:00 2001 From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Sun, 21 Nov 2010 10:36:10 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/skin/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index 6a871f4260..0860def447 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'); } -- 2.11.0