Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / tools / memory_inspector / memory_inspector / frontends / www_content / css / nheap.css
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 }