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

Unified Diff: chrome/browser/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/popular_sites_internals.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/popular_sites_internals.css
diff --git a/chrome/browser/resources/popular_sites_internals.css b/chrome/browser/resources/popular_sites_internals.css
deleted file mode 100644
index ee4c1d4225ea90f730622e667af7c503bb5e31b8..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/popular_sites_internals.css
+++ /dev/null
@@ -1,48 +0,0 @@
-/* Copyright 2015 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-html {
- font-size: 20px;
-}
-
-#info > div {
- width: 100%;
-}
-
-#info h2 {
- color: rgb(74, 142, 230);
- font-size: 100%;
- margin-bottom: 0;
-}
-
-#info .err {
- color: red;
-}
-
-#info .section {
- display: inline-block;
- margin-left: auto;
- margin-right: auto;
-}
-
-#info .section.hidden {
- display: none;
-}
-
-.section-details {
- width: 100%;
-}
-
-.section-details .detail,
-.section-details .value {
- width: 50%;
-}
-
-.section-details tr:nth-child(odd) {
- background: rgb(239, 243, 255);
-}
-
-#json-value {
- font-size: 75%;
-}
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/popular_sites_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698