tor-browser

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

style.css (124B)


      1 #container {
      2  width: 400px;
      3  height: 400px;
      4  border: 1px solid red;
      5 }
      6 #rel {
      7  white-space: pre;
      8  position: relative;
      9 }