tor-browser

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

list-with-image-display-changed-001-ref.html (317B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Lists: test list with firstchild changing display</title>
      4 
      5 <style>
      6 li { border: 3px solid black; margin: 3px; }
      7 img { display: block; }
      8 </style>
      9 
     10 <ul>
     11  <li>
     12    <a href="#"><img src="./resources/white.gif" width=32 height=32 /></a>
     13    Some other text
     14  </li>
     15 </ul>