Home | History | Annotate | Download | only in analysis
      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 .default-object-snapshot-view #args {
      7   white-space: pre;
      8 }
      9 
     10 .default-object-instance-view #snapshots > * {
     11   display: block;
     12 }
     13 
     14 .default-object-view {
     15   overflow: auto;
     16 }
     17 
     18 .default-object-view * {
     19   display: block;
     20   -webkit-user-select: text;
     21 }
     22 
     23 .default-object-view .title,
     24 .default-object-view .title {
     25   border-bottom: 1px solid rgb(128, 128, 128);
     26   font-size: 110%;
     27   font-weight: bold;
     28 }
     29 
     30 .default-object-view td,
     31 .default-object-view th {
     32   font-family: monospace;
     33   vertical-align: top;
     34 }
     35