OLD | NEW |
1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 2013 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 #entry-list { | 5 #entry-list { |
6 list-style-type: none; | 6 list-style-type: none; |
7 width: 900px; | 7 width: 900px; |
8 } | 8 } |
9 | 9 |
10 .entry { | 10 .entry { |
11 width: 100%; | 11 width: 100%; |
12 } | 12 } |
13 | 13 |
14 .entry-key { | 14 .entry-key, |
15 font-size: small; | |
16 } | |
17 | |
18 .entry-value { | 15 .entry-value { |
19 font-size: small; | 16 font-size: small; |
20 } | 17 } |
21 | 18 |
22 .bold { | 19 p, |
| 20 span { |
23 font-weight: bold; | 21 font-weight: bold; |
24 } | 22 } |
25 | 23 |
26 #treatment-header { | 24 #treatment-header { |
27 display: table-cell; | 25 display: table-cell; |
28 padding-right: 20px; | 26 padding-right: 20px; |
29 vertical-align: middle; | 27 vertical-align: middle; |
30 } | 28 } |
31 | 29 |
32 .treatment { | 30 .treatment { |
(...skipping 18 matching lines...) Expand all Loading... |
51 width: 600px; | 49 width: 600px; |
52 } | 50 } |
53 | 51 |
54 #instructions { | 52 #instructions { |
55 text-align: left; | 53 text-align: left; |
56 } | 54 } |
57 | 55 |
58 #treatment-list { | 56 #treatment-list { |
59 display: inline-block; | 57 display: inline-block; |
60 } | 58 } |
OLD | NEW |