sync with changes up to http://hg.mozilla.org/mozilla-central/rev/03de2d980072
[themes.git] / EarlyBlue / mozapps / shared / richview.xml
... / ...
CommitLineData
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