tor-browser

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

mode_test.css (366B)


      1 .mt-output .mt-token {
      2  border: 1px solid #ddd;
      3  white-space: pre;
      4  font-family: "Consolas", monospace;
      5  text-align: center;
      6 }
      7 
      8 .mt-output .mt-style {
      9  font-size: x-small;
     10 }
     11 
     12 .mt-output .mt-state {
     13  font-size: x-small;
     14  vertical-align: top;
     15 }
     16 
     17 .mt-output .mt-state-row {
     18  display: none;
     19 }
     20 
     21 .mt-state-unhide .mt-output .mt-state-row {
     22  display: table-row;
     23 }