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

Side by Side Diff: chrome/browser/resources/local_ntp/local_ntp.css

Issue 1400423002: Adds a new theme.css endpoint for NTP that sets the background of NTP to the current theme backgrou… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/resources/local_ntp/local_ntp.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2015 The Chromium Authors. All rights reserved. 1 /* Copyright 2015 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 /* TODO: Need to discuss with NTP folks before we remove font-family from the 5 /* TODO: Need to discuss with NTP folks before we remove font-family from the
6 * body tag. */ 6 * body tag. */
7 body { 7 body {
8 background-attachment: fixed !important; 8 background-attachment: fixed !important;
9 background-color: white;
10 cursor: default; 9 cursor: default;
11 font-family: arial, sans-serif; 10 font-family: arial, sans-serif;
12 font-size: small; 11 font-size: small;
13 margin: 0; 12 margin: 0;
14 overflow-x: hidden; 13 overflow-x: hidden;
15 } 14 }
16 15
17 #ntp-contents { 16 #ntp-contents {
18 text-align: -webkit-center; 17 text-align: -webkit-center;
19 } 18 }
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 html[dir=rtl] #recent-tabs { 324 html[dir=rtl] #recent-tabs {
326 left: 8px; 325 left: 8px;
327 right: auto; 326 right: auto;
328 } 327 }
329 328
330 #mv-single { 329 #mv-single {
331 border: none; 330 border: none;
332 height: 100%; 331 height: 100%;
333 width: 100%; 332 width: 100%;
334 } 333 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/local_ntp/local_ntp.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698