mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
19 lines
437 B
XML
19 lines
437 B
XML
<?xml version="1.0"?>
|
|
|
|
<bindings id="marqueeBindings"
|
|
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"
|
|
xmlns:xbl="http://www.mozilla.org/xbl">
|
|
|
|
<binding id="marquee-horizontal-10">
|
|
|
|
<content>
|
|
<html:div>
|
|
<children/>
|
|
</html:div>
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
</bindings>
|