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

Side by Side Diff: components/ntp_tiles/webui/resources/popular_sites_internals.css

Issue 2457033003: Add chrome://popular-sites-internals/ to iOS. (Closed)
Patch Set: Break out ...Client. Created 4 years, 1 month 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 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 html { 5 html {
6 font-size: 20px; 6 font-size: 20px;
7 } 7 }
8 8
9 #info > div { 9 #info > div {
10 width: 100%; 10 width: 100%;
(...skipping 28 matching lines...) Expand all
39 width: 50%; 39 width: 50%;
40 } 40 }
41 41
42 .section-details tr:nth-child(odd) { 42 .section-details tr:nth-child(odd) {
43 background: rgb(239, 243, 255); 43 background: rgb(239, 243, 255);
44 } 44 }
45 45
46 #json-value { 46 #json-value {
47 font-size: 75%; 47 font-size: 75%;
48 } 48 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698