removing the offending, file, 31307

This commit is contained in:
sford3%swbell.net 2000-03-22 07:25:05 +00:00
Родитель ce7ae00400
Коммит db6b6e90d5
1 изменённых файлов: 0 добавлений и 27 удалений

Просмотреть файл

@ -1,27 +0,0 @@
<?xml version="1.0"?>
<!-- This file should only contain global chrome custom widget definitions.
THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT
FIRST HAVING YOUR CHANGES REVIEWED BY hyatt@netscape.com.
-->
<bindings id="globalBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding name="texttab">
<content>
<xul:image class="tab-leftedge"/>
<xul:box class="textholder" align="vertical" inherits="value"
autostretch="always" flex="100%">
<xul:spring flex="100%"/>
<xul:text class="tab-text" inherits="value" crop="right"/>
<xul:spring flex="100%"/>
</xul:box>
<xul:image class="tab-rightedge"/>
<xul:spring class="remain-space"/>
</content>
</binding>
</bindings>