tor-browser

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

width-exact-fit-rtl.html (405B)


      1 <!DOCTYPE HTML>
      2 <html dir=rtl>
      3 <style>
      4 
      5 button {
      6  -moz-appearance: none;
      7  background: yellow;
      8  border: 2px solid fuchsia;
      9  padding: 2px;
     10  font-size: 10px;
     11  width: 62px;
     12  border-radius: 0; /* override mobile/android/themes/core/content.css */
     13 }
     14 
     15 span {
     16  display: inline-block; vertical-align: middle;
     17  height: 20px; width: 50px; border: 2px solid blue;
     18 }
     19 
     20 </style>
     21 
     22 <button><span></span></button>