| OLD | NEW |
| 1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 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 | 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 #anchor { | 5 #anchor { |
| 6 display: none; | 6 display: none; |
| 7 } | 7 } |
| 8 | 8 |
| 9 body { | 9 body { |
| 10 font-size: 84%; | 10 font-size: 84%; |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 background-position-right: 5em; | 162 background-position-right: 5em; |
| 163 } | 163 } |
| 164 | 164 |
| 165 .number-collapsed .stat-value { | 165 .number-collapsed .stat-value { |
| 166 display: none; | 166 display: none; |
| 167 } | 167 } |
| 168 | 168 |
| 169 .number-expanded .stat-value { | 169 .number-expanded .stat-value { |
| 170 display: auto; | 170 display: auto; |
| 171 } | 171 } |
| 172 | |
| 173 #status { | |
| 174 color: rgb(255, 0, 0); | |
| 175 margin: .5em 0; | |
| 176 } | |
| OLD | NEW |