tor-browser

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

doc_inspector_pane-toggle-layout-invariant.html (443B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <style>
      4 .header {
      5  height: 81px;
      6  border-bottom: 1px solid #ddd;
      7 }
      8 
      9 .container-fluid {
     10  display: table;
     11  height: 100%;
     12 }
     13 
     14 .inner-nav, .extra-nav {
     15  display: table-cell;
     16  height: 100%;
     17 }
     18 </style>
     19 <header class="header">
     20  <div class="container-fluid">
     21    <div class="inner-nav">
     22      <a id="invariant" href="#">Office Lunch</a>
     23    </div>
     24    <div class="extra-nav">
     25    </div>
     26  </div>
     27 </header>