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

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

Issue 1922083004: Allow fetching personalized snippets from ChromeReader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another unittest fix Created 4 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
OLDNEW
1 /* Copyright 2016 The Chromium Authors. All rights reserved. 1 /* Copyright 2016 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 font-size: 20px; 6 font-size: 20px;
7 } 7 }
8 8
9 textarea { 9 textarea {
10 width: 100%; 10 width: 100%;
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 73
74 #submit-clear { 74 #submit-clear {
75 margin-bottom: 0.5em; 75 margin-bottom: 0.5em;
76 } 76 }
77 77
78 #last-json-text { 78 #last-json-text {
79 border: 1px solid black; 79 border: 1px solid black;
80 color: gray; 80 color: gray;
81 font-size: 90%; 81 font-size: 90%;
82 padding: 4px; 82 padding: 4px;
83 word-break: break-all;
83 } 84 }
OLDNEW
« no previous file with comments | « chrome/browser/ntp_snippets/ntp_snippets_service_factory.cc ('k') | chrome/browser/resources/snippets_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698