| 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 html { | 5 html { |
| 6 height: 100%; | 6 height: 100%; |
| 7 width: 100%; | 7 width: 100%; |
| 8 } | 8 } |
| 9 | 9 |
| 10 body { | 10 body { |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 | 78 |
| 79 body[device='tablet'] .promo-sync-graphic { | 79 body[device='tablet'] .promo-sync-graphic { |
| 80 background-image: -webkit-image-set( | 80 background-image: -webkit-image-set( |
| 81 url('images/syncfographic_sw600dp_mdpi.png') 1x, | 81 url('images/syncfographic_sw600dp_mdpi.png') 1x, |
| 82 url('images/syncfographic_sw600dp_hdpi.png') 1.5x, | 82 url('images/syncfographic_sw600dp_hdpi.png') 1.5x, |
| 83 url('images/syncfographic_sw600dp_xhdpi.png') 2x); | 83 url('images/syncfographic_sw600dp_xhdpi.png') 2x); |
| 84 background-repeat: no-repeat; | 84 background-repeat: no-repeat; |
| 85 height: 260px; | 85 height: 260px; |
| 86 zoom: 0.5; | 86 zoom: 0.5; |
| 87 } | 87 } |
| OLD | NEW |