- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / memory_internals / memory_internals.css
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. */
4
5 body {
6   font-size: 70%;
7   margin: 0;
8   min-width: 45em;
9   padding: 0.75em;
10 }
11
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;
19 }
20
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;
29 }
30
31 a {
32   color: black;
33 }
34
35 #json {
36   display: none;
37   height: 100px;
38   width: 100%;
39 }