| OLD | NEW |
| 1 /* Copyright 2016 The Chromium Authors. All rights reserved. | 1 /* Copyright 2016 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 div.section { | 9 div.section { |
| 10 width: 100%; | 10 width: 100%; |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 .section-details td.detail { | 42 .section-details td.detail { |
| 43 text-align: right; | 43 text-align: right; |
| 44 width: 1px; | 44 width: 1px; |
| 45 white-space: nowrap; | 45 white-space: nowrap; |
| 46 } | 46 } |
| 47 | 47 |
| 48 .section-details td.value input { | 48 .section-details td.value input { |
| 49 width: 100%; | 49 width: 100%; |
| 50 } | 50 } |
| 51 | 51 |
| 52 #json-value { | 52 #popular-json-value { |
| 53 font-size: 75%; | 53 font-size: 75%; |
| 54 } | 54 } |
| OLD | NEW |