| 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 | 5 |
| 6 #anchor { | 6 #anchor { |
| 7 display: none; | 7 display: none; |
| 8 } | 8 } |
| 9 | 9 |
| 10 body { | 10 body { |
| 11 font-family: Arial, Helvetica, sans-serif; | |
| 12 font-size: 84%; | |
| 13 margin: 0; | 11 margin: 0; |
| 14 min-width: 45em; | 12 min-width: 45em; |
| 15 padding: 0.75em; | 13 padding: 0.75em; |
| 16 } | 14 } |
| 17 | 15 |
| 18 .global-button { | 16 .global-button { |
| 19 margin: 1px 3px 0 3px; | 17 margin: 1px 3px 0 3px; |
| 20 } | 18 } |
| 21 | 19 |
| 22 h1, | 20 h1, |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 } | 161 } |
| 164 | 162 |
| 165 .number-expanded .stat-value { | 163 .number-expanded .stat-value { |
| 166 display: auto; | 164 display: auto; |
| 167 } | 165 } |
| 168 | 166 |
| 169 #status { | 167 #status { |
| 170 color: rgb(255, 0, 0); | 168 color: rgb(255, 0, 0); |
| 171 margin: .5em 0; | 169 margin: .5em 0; |
| 172 } | 170 } |
| OLD | NEW |