nheap.css revision 0529e5d033099cbfc42635f6f6183833b09dff6e
1/* Copyright 2014 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#nheap-table dl {
6  line-height: 1em;
7  -webkit-user-select: text;
8}
9
10#nheap-table dt {
11}
12
13#nheap-table dd {
14  display: inline;
15  float: right;
16}
17