• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5html,
6body {
7  height: 100%;
8}
9
10body {
11  -webkit-flex-direction: column;
12  display: -webkit-flex;
13  margin: 0;
14  padding: 0;
15}
16
17body > x-profiling-view {
18  -webkit-flex: 1 1 auto;
19  min-height: 0;
20}
21
22body > x-profiling-view > x-timeline-view:focus {
23  outline: 0
24}
25
26