| 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 10px 0; | 6 margin: 10px 10px 0; |
| 7 <if expr="not pp_ifdef('android')"> | 7 <if expr="not is_android"> |
| 8 min-width: 47em; | 8 min-width: 47em; |
| 9 </if> | 9 </if> |
| 10 /* Should match needs-restart.height + 5 */ | 10 /* Should match needs-restart.height + 5 */ |
| 11 padding-bottom: 75px; | 11 padding-bottom: 75px; |
| 12 } | 12 } |
| 13 | 13 |
| 14 a { | 14 a { |
| 15 color: blue; | 15 color: blue; |
| 16 font-size: 103%; | 16 font-size: 103%; |
| 17 } | 17 } |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 padding-right: 15px; | 176 padding-right: 15px; |
| 177 padding-top: 15px; | 177 padding-top: 15px; |
| 178 position: fixed; | 178 position: fixed; |
| 179 width: 100%; | 179 width: 100%; |
| 180 } | 180 } |
| 181 | 181 |
| 182 button { | 182 button { |
| 183 font-size: 104%; | 183 font-size: 104%; |
| 184 } | 184 } |
| 185 | 185 |
| OLD | NEW |