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

Side by Side Diff: trunk/src/chrome/browser/resources/ntp_android/bookmarks.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 top bar */ 5 /* Begin top bar */
6 6
7 #bookmarks_title_wrapper { 7 #bookmarks_title_wrapper {
8 border-bottom: 1px solid #d0d0d0; 8 border-bottom: 1px solid #d0d0d0;
9 display: -webkit-box; 9 display: -webkit-box;
10 font-size: 17px; 10 font-size: 17px;
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 .bookmark-border { 259 .bookmark-border {
260 background-image: url(images/bookmark_border_xhdpi.png); 260 background-image: url(images/bookmark_border_xhdpi.png);
261 } 261 }
262 .favicon-box.folder { 262 .favicon-box.folder {
263 background-image: url(images/bookmark_folder_xhdpi.png); 263 background-image: url(images/bookmark_folder_xhdpi.png);
264 } 264 }
265 .bookmark-separator { 265 .bookmark-separator {
266 background-image: url(images/breadcrumb_xhdpi.png); 266 background-image: url(images/breadcrumb_xhdpi.png);
267 } 267 }
268 } 268 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698