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 margin: 10px; | 6 margin: 10px; |
| 7 <if expr="not pp_ifdef('android')"> |
7 min-width: 47em; | 8 min-width: 47em; |
| 9 </if> |
8 /* Should match needs-restart.(height + padding-top + padding-bottom + 5) */ | 10 /* Should match needs-restart.(height + padding-top + padding-bottom + 5) */ |
9 padding-bottom: 65px; | 11 padding-bottom: 65px; |
10 } | 12 } |
11 | 13 |
12 a { | 14 a { |
13 color: blue; | 15 color: blue; |
14 font-size: 103%; | 16 font-size: 103%; |
15 } | 17 } |
16 | 18 |
17 div#header { | 19 div#header { |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 /* If you change this, update body.padding-bottom */ | 158 /* If you change this, update body.padding-bottom */ |
157 padding-top: 15px; | 159 padding-top: 15px; |
158 position: fixed; | 160 position: fixed; |
159 width: 100%; | 161 width: 100%; |
160 } | 162 } |
161 | 163 |
162 button { | 164 button { |
163 font-size: 104%; | 165 font-size: 104%; |
164 } | 166 } |
165 | 167 |
OLD | NEW |