Adding instrumentation to locate the source of jankiness
[chromium-blink-merge.git] / chrome / browser / resources / about_invalidations.css
blob2747f694b81d25d179e3eef516dc332d1a63b4b3
1 /* Copyright 2014 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 */
6 body {
7 font-family: Ubuntu, Arial, sans-serif;
8 font-size: 80%;
11 #invalidations-info .lead {
12 color: rgb(74, 142, 230);
13 display: block;
14 font-size: 100%;
15 font-weight: bold;
16 margin-top: 10px;
17 word-wrap: normal;
20 #invalidations-info .section {
21 display: inline-block;
22 margin-left: auto;
23 margin-right: auto;
24 width: 100%;
27 #objectsid-table-container .td {
28 font-size: 50%;
31 #objectsid-table-container .error {
32 background: rgb(255, 204, 204);
35 #objectsid-table-container .header {
36 background: rgb(255, 255, 204);
39 #objectsid-table-container .content {
40 background: rgb(204, 255, 204);
43 #objectsid-table-container .greyed {
44 background: rgb(204, 204, 204);