summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/trace-viewer/src/tcmalloc/tcmalloc_instance_view.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/trace-viewer/src/tcmalloc/tcmalloc_instance_view.css')
-rw-r--r--chromium/third_party/trace-viewer/src/tcmalloc/tcmalloc_instance_view.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/chromium/third_party/trace-viewer/src/tcmalloc/tcmalloc_instance_view.css b/chromium/third_party/trace-viewer/src/tcmalloc/tcmalloc_instance_view.css
deleted file mode 100644
index c22b8e5e4d1..00000000000
--- a/chromium/third_party/trace-viewer/src/tcmalloc/tcmalloc_instance_view.css
+++ /dev/null
@@ -1,37 +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;
-}
-
-.tcmalloc-instance-view #args {
- white-space: pre;
-}
-
-.tcmalloc-instance-view #snapshots > * {
- display: block;
-}
-
-.tcmalloc-instance-view {
- overflow: auto;
-}
-
-.tcmalloc-instance-view * {
- -webkit-user-select: text;
-}
-
-.tcmalloc-instance-view .title {
- border-bottom: 1px solid rgb(128, 128, 128);
- font-size: 110%;
- font-weight: bold;
-}
-
-.tcmalloc-instance-view td,
-.tcmalloc-instance-view th {
- font-size: small;
- text-align: right;
-}