tor-browser

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

helper_subframe_style.css (282B)


      1 body {
      2  height: 500px;
      3 }
      4 
      5 .inner-frame {
      6  margin-top: 50px; /* this should be at least 30px */
      7  height: 200%;
      8  width: 75%;
      9  overflow: scroll;
     10 }
     11 .inner-content {
     12  height: 200%;
     13  width: 200%;
     14  background: repeating-linear-gradient(#eee, #eee 100px, #ddd 100px, #ddd 200px);
     15 }