| 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 { | 5 body { |
| 6 font-family: 'Noto Sans UI', 'Droid Sans Fallback', sans-serif; | 6 font-family: 'Noto Sans UI', sans-serif; |
| 7 font-size: 12px; | 7 font-size: 12px; |
| 8 } | 8 } |
| 9 | 9 |
| 10 form { | 10 form { |
| 11 display: table; | 11 display: table; |
| 12 margin: 8px; | 12 margin: 8px; |
| 13 } | 13 } |
| 14 | 14 |
| 15 h2 { | 15 h2 { |
| 16 border-bottom: 1px solid rgb(238, 238, 238); | 16 border-bottom: 1px solid rgb(238, 238, 238); |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 | 77 |
| 78 .section-properties { | 78 .section-properties { |
| 79 border-spacing: 8px; | 79 border-spacing: 8px; |
| 80 display: table; | 80 display: table; |
| 81 } | 81 } |
| 82 | 82 |
| 83 #section-row-template, | 83 #section-row-template, |
| 84 #section-template { | 84 #section-template { |
| 85 display: none; | 85 display: none; |
| 86 } | 86 } |
| OLD | NEW |