OLD | NEW |
1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. | 3 * found in the LICENSE file. |
4 */ | 4 */ |
5 | 5 |
6 body { | 6 body { |
7 font-family: Ubuntu, Arial, sans-serif; | |
8 font-size: 80%; | 7 font-size: 80%; |
9 } | 8 } |
10 | 9 |
11 #invalidations-info .lead { | 10 #invalidations-info .lead { |
12 color: rgb(74, 142, 230); | 11 color: rgb(74, 142, 230); |
13 display: block; | 12 display: block; |
14 font-size: 100%; | 13 font-size: 100%; |
15 font-weight: bold; | 14 font-weight: bold; |
16 margin-top: 10px; | 15 margin-top: 10px; |
17 word-wrap: normal; | 16 word-wrap: normal; |
(...skipping 19 matching lines...) Expand all Loading... |
37 } | 36 } |
38 | 37 |
39 #objectsid-table-container .content { | 38 #objectsid-table-container .content { |
40 background: rgb(204, 255, 204); | 39 background: rgb(204, 255, 204); |
41 } | 40 } |
42 | 41 |
43 #objectsid-table-container .greyed { | 42 #objectsid-table-container .greyed { |
44 background: rgb(204, 204, 204); | 43 background: rgb(204, 204, 204); |
45 } | 44 } |
46 | 45 |
OLD | NEW |