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

Unified Diff: chrome/browser/resources/chromeos/fsp_internals.css

Issue 300023008: [fsp] Rename chrome://fsp-internals to chrome://provided-file-systems. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/chromeos/fsp_internals.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/fsp_internals.css
diff --git a/chrome/browser/resources/chromeos/fsp_internals.css b/chrome/browser/resources/chromeos/fsp_internals.css
deleted file mode 100644
index 7d94dfdc45b1972d9d49dc5a083d53e8c13bc946..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/chromeos/fsp_internals.css
+++ /dev/null
@@ -1,41 +0,0 @@
-/* Copyright 2014 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.
- */
-
-body {
- font-family: 'Verdana', 'Arial';
- font-size: 14px;
- margin: 20px;
-}
-
-h1 {
- font-size: 20px;
- font-weight: normal;
-}
-
-table {
- border-collapse: collapse;
- width: 100%;
-}
-
-table th {
- background-color: rgb(92, 107, 192);
- color: white;
- font-weight: normal;
- height: 50px;
-}
-
-table td {
- border-bottom: 1px solid #eee;
- height: 40px;
- line-height: 24px;
- text-align: center;
-}
-
-table td .icon {
- display: inline-block;
- height: 24px;
- vertical-align: middle;
- width: 24px;
-}
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/chromeos/fsp_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698