home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / Songbird / Songbird_2.0.0-2311_windows-i686-msvc8.exe / chrome / songbird.jar / skin / mozapps / shared / richview.xml < prev    next >
Extensible Markup Language  |  2012-05-25  |  573b  |  21 lines

  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.  
  21.