blob: 145a046700a5e4b91570f2a8af949a57d05cc8c6 [file] [log] [blame]
Jamie Gennis66a37682013-07-15 18:29:18 -07001/* 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.heap-instance-track {
7 height: 150px;
8}
9
10.heap-instance-track ul {
11 list-style: none;
12 list-style-position: outside;
13 margin: 0;
14 overflow: hidden;
15}