| 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%;
|
| -}
|
|
|