tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

478377-1.xhtml (584B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
      3  <style xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
      4    window { direction: rtl; }
      5    tree { height: 100px; }
      6    treecol, treecolpicker { visibility: hidden; }
      7    treechildren::-moz-tree-cell { direction: ltr; }
      8  ]]></style>
      9  <tree>
     10    <treecols>
     11      <treecol flex="1"/>
     12    </treecols>
     13    <treechildren>
     14      <treeitem>
     15        <treerow>
     16          <treecell label="test."/>
     17        </treerow>
     18      </treeitem>
     19    </treechildren>
     20  </tree>
     21 </window>