| OLD | NEW |
| 1 /* Copyright 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright 2015 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 html { | 5 html { |
| 6 font-size: 20px; | 6 font-size: 20px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #info > div { | 9 #info > div { |
| 10 width: 100%; | 10 width: 100%; |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 width: 50%; | 39 width: 50%; |
| 40 } | 40 } |
| 41 | 41 |
| 42 .section-details tr:nth-child(odd) { | 42 .section-details tr:nth-child(odd) { |
| 43 background: rgb(239, 243, 255); | 43 background: rgb(239, 243, 255); |
| 44 } | 44 } |
| 45 | 45 |
| 46 #json-value { | 46 #json-value { |
| 47 font-size: 75%; | 47 font-size: 75%; |
| 48 } | 48 } |
| OLD | NEW |