summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/trace-viewer/src/system_stats/system_stats_snapshot_view.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/trace-viewer/src/system_stats/system_stats_snapshot_view.css')
-rw-r--r--chromium/third_party/trace-viewer/src/system_stats/system_stats_snapshot_view.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/chromium/third_party/trace-viewer/src/system_stats/system_stats_snapshot_view.css b/chromium/third_party/trace-viewer/src/system_stats/system_stats_snapshot_view.css
deleted file mode 100644
index 130463e191d..00000000000
--- a/chromium/third_party/trace-viewer/src/system_stats/system_stats_snapshot_view.css
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Copyright (c) 2013 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.
- */
-
-.subhead {
- font-size: small;
- padding-bottom: 10px;
-}
-
-.system-stats-snapshot-view ul {
- background-position: 0 5px;
- background-repeat: no-repeat;
- cursor: pointer;
- font-family: monospace;
- list-style: none;
- margin: 0;
- padding-left: 15px;
-}
-
-.system-stats-snapshot-view li {
- background-position: 0 5px;
- background-repeat: no-repeat;
- cursor: pointer;
- list-style: none;
- margin: 0;
- padding-left: 15px;
-}