| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 body { | |
| 6 font-family: 'Noto Sans UI', sans-serif; | |
| 7 font-size: 12px; | |
| 8 } | |
| 9 | |
| 10 form { | 5 form { |
| 11 display: table; | 6 display: table; |
| 12 margin: 8px; | 7 margin: 8px; |
| 13 } | 8 } |
| 14 | 9 |
| 15 h2 { | 10 h2 { |
| 16 border-bottom: 1px solid rgb(238, 238, 238); | 11 border-bottom: 1px solid rgb(238, 238, 238); |
| 17 color: rgb(48, 57, 66); | 12 color: rgb(48, 57, 66); |
| 18 } | 13 } |
| 19 | 14 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 | 72 |
| 78 .section-properties { | 73 .section-properties { |
| 79 border-spacing: 8px; | 74 border-spacing: 8px; |
| 80 display: table; | 75 display: table; |
| 81 } | 76 } |
| 82 | 77 |
| 83 #section-row-template, | 78 #section-row-template, |
| 84 #section-template { | 79 #section-template { |
| 85 display: none; | 80 display: none; |
| 86 } | 81 } |
| OLD | NEW |