• 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 */
5
6#statistics {
7  background-color: white;
8  left: 0;
9  bottom: 0;
10  border-top: 1px solid black;
11  height: 15px;
12  margin: 0;
13  opacity: 0.85;
14  padding: 0;
15  position: fixed;
16  width: 100%;
17  z-index: 100;
18}
19