tor-browser

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

canvas-frame.css (222B)


      1 body {
      2    font-size: small;
      3    font-family: sans-serif;
      4 }
      5 
      6 p {
      7    line-height: 0;
      8 }
      9 
     10 p:first-child {
     11    display: inline;
     12 }
     13 
     14 h1 {
     15    display: inline;
     16 }
     17 
     18 iframe, object {
     19    border: 1px black solid;
     20    margin: 2px;
     21 }