mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:22:26 +01:00
for now i have to disable the tabnumber code, as it breaks *completions* in muttator. Sick, yes, but that's due to:
No chrome package registered for chrome://browser/locale/tabbrowser.dtd
Error: undefined entity
Source File: file:///home/maxauthority/code/muttator/src/content/bindings.xml
Line: 23, Column: 9
Source Code:
<content chromedir="&locale.dir;"
It might make sense to rip the vimperator only css into a skin/vimperator.css if possible, but not at 3 a.m.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<children/>
|
||||
</content>
|
||||
</binding>
|
||||
<binding id="tab"
|
||||
<!--binding id="tab"
|
||||
extends="chrome://browser/content/tabbrowser.xml#tabbrowser-tab">
|
||||
<content chromedir="&locale.dir;"
|
||||
closetabtext="&closeTab.label;">
|
||||
@@ -34,7 +34,7 @@
|
||||
<xul:label flex="1" xbl:inherits="value=label,crop,accesskey" class="tab-text hl-TabText"/>
|
||||
<xul:toolbarbutton anonid="close-button" tabindex="-1" class="tab-close-button hl-TabClose"/>
|
||||
</content>
|
||||
</binding>
|
||||
</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>
|
||||
|
||||
@@ -1382,7 +1382,7 @@ function ItemList(id) //{{{
|
||||
template.map(util.range(0, maxItems), function (i)
|
||||
<ul><li class="hl-NonText">~</li></ul>)
|
||||
}
|
||||
</div>;
|
||||
</div>
|
||||
</div>;
|
||||
|
||||
let dom = util.xmlToDom(div, doc);
|
||||
|
||||
Reference in New Issue
Block a user