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