mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 12:02:27 +01:00
26 lines
804 B
XML
26 lines
804 B
XML
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE bindings [
|
|
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
|
|
%globalDTD;
|
|
]>
|
|
|
|
<bindings xmlns="http://www.mozilla.org/xbl"
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
xmlns:xbl="http://www.mozilla.org/xbl"
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
|
|
|
<binding id="frame">
|
|
<content>
|
|
<div id="liberator-frame-indicator" style="width: 40px; height: 40px"/>
|
|
<children/>
|
|
</content>
|
|
</binding>
|
|
<binding id="compitem-td">
|
|
<!-- No white space. The table is white-space: pre; :( -->
|
|
<content><html:span class="td-strut"/><html:span class="td-span"><children/></html:span></content>
|
|
</binding>
|
|
</bindings>
|
|
|
|
<!-- vim:se ft=xbl sw=4 sts=4 tw=0 et: -->
|