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

Side by Side Diff: tools/deep_memory_profiler/visualizer/static/index.css

Issue 23777005: Modified directory preparing for app engine for dmprof visualizer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove index.js Created 7 years, 3 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
1 /* Copyright 2013 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 #graph-div { 5 #graph-div {
6 width: 1024px; 6 width: 1024px;
7 height: 600px; 7 height: 600px;
8 margin-top: 30px; 8 margin-top: 30px;
9 margin-left: 50px; 9 margin-left: 50px;
10 float: left; 10 float: left;
(...skipping 10 matching lines...) Expand all
21 overflow: auto; 21 overflow: auto;
22 } 22 }
23 23
24 #category-menu { 24 #category-menu {
25 padding-left: 15px; 25 padding-left: 15px;
26 } 26 }
27 27
28 #subs-dropdown { 28 #subs-dropdown {
29 padding-left: 15px; 29 padding-left: 15px;
30 } 30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698