Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Side by Side Diff: trunk/src/chrome/browser/resources/ntp_android/ntp_android.css

Issue 264543002: Revert 267095 "Remove WebUI NTP on Android." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698