update for trunk changes between 2008-02-07 and today
[themes.git] / EarlyBlue / mozapps / shared / richview.xml
1 <?xml version="1.0"?>
2
3 <bindings id="richviewSkinBindings"
4           xmlns="http://www.mozilla.org/xbl"
5           xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
6           xmlns:xbl="http://www.mozilla.org/xbl">
7
8   <binding id="richview" extends="chrome://mozapps/content/shared/richview.xml#richview">
9     <resources>
10       <stylesheet src="chrome://mozapps/skin/shared/richview.css"/>
11     </resources>
12     <content>
13       <xul:vbox flex="1" class="richviewInner">
14         <children/>
15       </xul:vbox>
16     </content>
17   </binding>
18  
19 </bindings>
20