blob: ffcf784c63b5d09c668939e7f3eb261891d5c8f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#statistics {
background-color: white;
left: 0;
bottom: 0;
border-top: 1px solid black;
height: 15px;
margin: 0;
opacity: 0.85;
padding: 0;
position: fixed;
width: 100%;
z-index: 100;
}
|