tor-browser

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

368622-1-ref.html (274B)


      1 <!DOCTYPE html>
      2 <title>::before { display: inline-block; }</title>
      3 <style>
      4 ul li {
      5  list-style-type: none;
      6 }
      7 ul li span {
      8  display: inline-block;
      9  width: 3em;
     10 }
     11 ul {
     12  margin-left: 3em;
     13  padding-left: 0;
     14 }
     15 </style>
     16 <ul>
     17 <li><span>1</span>Foo
     18 <li><span>2</span>Bar
     19 </ul>