1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 22:44:12 +01:00

Fixed-height completion rows.

This commit is contained in:
Kris Maglione
2008-10-09 17:41:45 +00:00
parent bb4c19d4ac
commit e1e8878c0a
3 changed files with 54 additions and 28 deletions

19
content/bindings.xml Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl"
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="compitem-td-span"><children/></html:span></content>
</binding>
</bindings>
<!-- vim:se ft=xbl sw=4 sts=4 tw=0 et: -->