forgot workaround.xml before, adding
authorrobert <robert>
Sat, 3 Feb 2001 15:26:18 +0000 (15:26 +0000)
committerrobert <robert>
Sat, 3 Feb 2001 15:26:18 +0000 (15:26 +0000)
LCARStrek/global/skin/workaround.xml [new file with mode: 0644]

diff --git a/LCARStrek/global/skin/workaround.xml b/LCARStrek/global/skin/workaround.xml
new file mode 100644 (file)
index 0000000..cf9a5cb
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!DOCTYPE window [
+<!ENTITY % textcontextDTD SYSTEM "chrome://global/locale/textcontext.dtd" >
+%textcontextDTD;
+]>
+
+<bindings id="workarounds"
+   xmlns="http://www.mozilla.org/xbl"
+   xmlns:html="http://www.w3.org/1999/xhtml"
+   xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+  
+  <binding id="thumbv" extends="xul:box">
+    <content align="vertical">
+      <xul:image inherits="src"/>
+    </content>
+  </binding>
+
+  <binding id="thumbh" extends="xul:box">
+    <content>
+      <xul:image inherits="src"/>
+    </content>
+  </binding>
+
+</bindings>
+
+
+