tor-browser

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

ref-common.css (189B)


      1 body {
      2  /* to match ua.css, see bug 1020143 */
      3  font-variant-numeric: tabular-nums;
      4 }
      5 div, p {
      6  padding: 0; margin: 0;
      7  line-height: 150%;
      8  float: left;
      9 }
     10 p {
     11  padding-right: .5em;
     12 }