Home | History | Annotate | Download | only in tcmalloc
      1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved.
      2  * Use of this source code is governed by a BSD-style license that can be
      3  * found in the LICENSE file.
      4  */
      5 
      6 .subhead {
      7   font-size: small;
      8   padding-bottom: 10px;
      9 }
     10 
     11 .tcmalloc-instance-view #args {
     12   white-space: pre;
     13 }
     14 
     15 .tcmalloc-instance-view #snapshots > * {
     16   display: block;
     17 }
     18 
     19 .tcmalloc-instance-view {
     20   overflow: auto;
     21 }
     22 
     23 .tcmalloc-instance-view * {
     24   -webkit-user-select: text;
     25 }
     26 
     27 .tcmalloc-instance-view .title {
     28   border-bottom: 1px solid rgb(128, 128, 128);
     29   font-size: 110%;
     30   font-weight: bold;
     31 }
     32 
     33 .tcmalloc-instance-view td,
     34 .tcmalloc-instance-view th {
     35   font-size: small;
     36   text-align: right;
     37 }
     38