• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* Copyright 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.header {
6  color: rgb(74, 142, 230);
7  font-size: 100%;
8  margin-bottom: 0;
9}
10
11#token-list {
12  width: 100%;
13}
14
15tr:nth-child(odd) {
16  background: rgb(239, 243, 255);
17}
18
19td.label {
20  font-weight: bold;
21  vertical-align: top;
22}
23
24td.token-actions {
25  text-align: center;
26}
27