tor-browser

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

legend-list-item.html (328B)


      1 <!doctype html>
      2 <title>legend and dipslay: list-item</title>
      3 <link rel=match href=legend-list-item-ref.html>
      4 <style>
      5  fieldset { margin: 0; padding: 0; border: none; }
      6  legend { margin: 0 40px; padding: 0; display: list-item; }
      7 </style>
      8 <p>There should be a bullet point below.</p>
      9 <fieldset>
     10  <legend>X</legend>
     11 </fieldset>