summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/test/doc_inspector_pane-toggle-layout-invariant.html
blob: 3e256b4a60447cc39c97fcae8fbffe1fe52d67fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
.header {
  height: 81px;
  border-bottom: 1px solid #ddd;
}

.container-fluid {
  display: table;
  height: 100%;
}

.inner-nav, .extra-nav {
  display: table-cell;
  height: 100%;
}
</style>
<header class="header">
  <div class="container-fluid">
    <div class="inner-nav">
      <a id="invariant" href="#">Office Lunch</a>
    </div>
    <div class="extra-nav">
    </div>
  </div>
</header>