1/* Copyright (c) 2013 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.tr-ui-e-system-stats-snapshot-view .subhead {
7  font-size: small;
8  padding-bottom: 10px;
9}
10
11.tr-ui-e-system-stats-snapshot-view ul {
12  background-position: 0 5px;
13  background-repeat: no-repeat;
14  cursor: pointer;
15  font-family: monospace;
16  list-style: none;
17  margin: 0;
18  padding-left: 15px;
19}
20
21.tr-ui-e-system-stats-snapshot-view li {
22  background-position: 0 5px;
23  background-repeat: no-repeat;
24  cursor: pointer;
25  list-style: none;
26  margin: 0;
27  padding-left: 15px;
28}
29