tor-browser

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

width-erode-all-focuspadding-rtl-ref.html (392B)


      1 <!DOCTYPE HTML>
      2 <html dir=rtl>
      3 <style>
      4 
      5 div.button {
      6  display: inline-block;
      7  background: yellow;
      8  border: 2px solid fuchsia;
      9  padding: 2px;
     10  font-size: 10px;
     11 }
     12 
     13 span {
     14  display: inline-block; vertical-align: middle;
     15  height: 20px; width: 50px; border: 2px solid blue;
     16  margin: 1px 0px; /* for implicit focuspadding, fully eroded */
     17 }
     18 
     19 </style>
     20 
     21 <div class=button><span></span></div>