Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Side by Side Diff: chrome/browser/resources/memory_internals/memory_internals.css

Issue 1722493002: Project Eraser: Kill chrome://memory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix chrome_browser_ui.gypi. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/memory_internals/list.css ('k') | chrome/browser/resources/memory_internals/memory_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698