From dafd8d3b7a55620a8bcfa32fc76b21c1d2e63f1c Mon Sep 17 00:00:00 2001 From: "peria@chromium.org" Date: Mon, 18 Nov 2013 12:10:56 +0000 Subject: Modify HTML and CSS in dmprof visualizer to make them look similar to a template. Users of GAE version see HTML file edited in this CL, and developers of dmprof-visualizer see HTML text in template.py. Those files should be merged, but it is another issue. BUG=259206 NOTRY=true Review URL: https://codereview.chromium.org/74973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235724 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/deep_memory_profiler/visualizer/index.html | 4 ++-- tools/deep_memory_profiler/visualizer/static/index.css | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'tools/deep_memory_profiler') diff --git a/tools/deep_memory_profiler/visualizer/index.html b/tools/deep_memory_profiler/visualizer/index.html index f00d454..1e4d96f 100644 --- a/tools/deep_memory_profiler/visualizer/index.html +++ b/tools/deep_memory_profiler/visualizer/index.html @@ -74,8 +74,8 @@ $(function() {
-
+
- \ No newline at end of file + diff --git a/tools/deep_memory_profiler/visualizer/static/index.css b/tools/deep_memory_profiler/visualizer/static/index.css index d4ab2c7..e7269bd 100644 --- a/tools/deep_memory_profiler/visualizer/static/index.css +++ b/tools/deep_memory_profiler/visualizer/static/index.css @@ -27,8 +27,7 @@ h1 { } #view-div { - margin: 35px auto; - width: 70%; + margin: 35px; } #graph-div { -- cgit v1.1