tor-browser

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

table-width-4-ref.html (863B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>table-width-4</title>
      5    <meta charset="utf-8"/>
      6    <style type="text/css">
      7      html { background-color: grey; }
      8      td { border: 1px solid white;
      9      padding-top: 0;
     10      padding-bottom: 0;
     11      padding-right: 2px;
     12      padding-left: 1px;
     13      background-color: black;
     14      color: black; }
     15    </style>
     16  </head>
     17  <body>
     18 
     19    <table>
     20      <tr>
     21        <td>
     22          <math><mphantom><mi></mi><mi>i</mi></mphantom></math>
     23        </td>
     24      </tr>
     25    </table>
     26    <table>
     27      <tr>
     28        <td>
     29          <math><mphantom><mtext></mtext><mi>i</mi></mphantom></math>
     30        </td>
     31      </tr>
     32    </table>
     33    <table>
     34      <tr>
     35        <td>
     36          <math><mphantom><mtext style="font-style: italic"></mtext><mi>i</mi></mphantom></math>
     37        </td>
     38      </tr>
     39    </table>
     40  </body>
     41 </html>