Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / memory_internals / memory_internals.css
blobfd6ef69ff89fef58c0fd11e68913e78253c7d2ae
1 /* Copyright 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. */
5 body {
6 font-size: 70%;
7 margin: 0;
8 min-width: 45em;
9 padding: 0.75em;
12 h1 {
13 color: rgb(74, 142, 230);
14 font-size: 110%;
15 font-weight: bold;
16 letter-spacing: -1px;
17 margin: 0;
18 padding: 0;
21 h2 {
22 border-top: 1px solid rgb(58, 117, 189);
23 color: rgb(58, 117, 189);
24 font-size: 110%;
25 font-weight: normal;
26 letter-spacing: -1px;
27 margin: 20px 0 0 -38px;
28 padding: 0.5em 1em 0.5em 38px;
31 a {
32 color: black;
35 #json {
36 display: none;
37 height: 100px;
38 width: 100%;