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

Side by Side Diff: trunk/src/chrome/browser/resources/ntp_android/mostvisited.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 /* begin: show/hide selected ntp section */ 5 /* begin: show/hide selected ntp section */
6 body[device='phone'] .main-section { 6 body[device='phone'] .main-section {
7 display: none; 7 display: none;
8 } 8 }
9 9
10 body[device='phone'] .main-section.selected { 10 body[device='phone'] .main-section.selected {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 white-space: nowrap; 92 white-space: nowrap;
93 } 93 }
94 94
95 body[device='phone'] .recently-closed-title-container { 95 body[device='phone'] .recently-closed-title-container {
96 border-bottom: 1px solid #c1c1c1; 96 border-bottom: 1px solid #c1c1c1;
97 color: rgba(0, 0, 0, 0.5); 97 color: rgba(0, 0, 0, 0.5);
98 font-size: 16px; 98 font-size: 16px;
99 padding-bottom: 10px; 99 padding-bottom: 10px;
100 padding-left: 10px; 100 padding-left: 10px;
101 } 101 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698