CSS样式  |  38行  |  679 B

/* 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;
}