| 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 */ | |
| 5 | 4 |
| 6 body { | 5 body { |
| 7 font-size: 80%; | 6 font-size: 80%; |
| 8 } | 7 } |
| 9 | 8 |
| 10 #invalidations-info .lead { | 9 #invalidations-info .lead { |
| 11 color: rgb(74, 142, 230); | 10 color: rgb(74, 142, 230); |
| 12 display: block; | 11 display: block; |
| 13 font-size: 100%; | 12 font-size: 100%; |
| 14 font-weight: bold; | 13 font-weight: bold; |
| (...skipping 21 matching lines...) Expand all Loading... |
| 36 } | 35 } |
| 37 | 36 |
| 38 #objectsid-table-container .content { | 37 #objectsid-table-container .content { |
| 39 background: rgb(204, 255, 204); | 38 background: rgb(204, 255, 204); |
| 40 } | 39 } |
| 41 | 40 |
| 42 #objectsid-table-container .greyed { | 41 #objectsid-table-container .greyed { |
| 43 background: rgb(204, 204, 204); | 42 background: rgb(204, 204, 204); |
| 44 } | 43 } |
| 45 | 44 |
| OLD | NEW |