tor-browser

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

115199-1.html (428B)


      1 <!DOCTYPE html>
      2 <html class="reftest-paged">
      3 <head>
      4  <style>
      5    @page {
      6      /*
      7       * Default page margins are .5in and the reference file adds .1inch margin
      8       * to the body hence we do .6in to match this.
      9       */
     10      margin: 0.6in;
     11    }
     12    * {
     13      margin: 0;
     14      padding: 0;
     15    }
     16    div {
     17      width: 100%;
     18      border: 0.25in solid green;
     19    }
     20  </style>
     21 </head>
     22 <body>
     23  <div></div>
     24 </body>
     25 </html>