Index: tools/deep_memory_profiler/visualizer/index.css |
diff --git a/tools/deep_memory_profiler/visualizer/index.css b/tools/deep_memory_profiler/visualizer/index.css |
deleted file mode 100644 |
index e807d31798d49792ac4e0c690909e1c0335acd39..0000000000000000000000000000000000000000 |
--- a/tools/deep_memory_profiler/visualizer/index.css |
+++ /dev/null |
@@ -1,30 +0,0 @@ |
-/* Copyright 2013 The Chromium Authors. All rights reserved. |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. */ |
- |
-#graph-div { |
- width: 1024px; |
- height: 600px; |
- margin-top: 30px; |
- margin-left: 50px; |
- float: left; |
-} |
- |
-#info-div { |
- width: 240px; |
- height: 600px; |
- margin-top: 35px; |
- margin-left: 50px; |
- float: left; |
- box-shadow: 0 4px 16px rgba(0,0,0,0.2); |
- outline: 1px solid rgba(0,0,0,0.2); |
- overflow: auto; |
-} |
- |
-#category-menu { |
- padding-left: 15px; |
-} |
- |
-#subs-dropdown { |
- padding-left: 15px; |
-} |