Files
Mozilla/mozilla/toolkit/themes/qute/mozapps/shared/richview.xml
ben%bengoodger.com 8b3367f21a land winstripe on trunk
git-svn-id: svn://10.0.0.236/trunk@158063 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-17 23:01:11 +00:00

23 lines
647 B
XML

<?xml version="1.0"?>
<bindings id="richviewSkinBindings"
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">
<binding id="richview" extends="chrome://mozapps/content/shared/richview.xml#richview">
<resources>
<stylesheet src="chrome://mozapps/skin/shared/richview.css"/>
</resources>
<content>
<xul:vbox flex="1" class="richviewInner1">
<xul:vbox flex="1" class="richviewInner2">
<children/>
</xul:vbox>
</xul:vbox>
</content>
</binding>
</bindings>