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

Unified Diff: runtime/bin/vmstats/vmstats.css

Issue 18611003: Remove VM Stats (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/vmstats/packages/browser/dart.js ('k') | runtime/bin/vmstats/vmstats.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmstats/vmstats.css
diff --git a/runtime/bin/vmstats/vmstats.css b/runtime/bin/vmstats/vmstats.css
deleted file mode 100644
index 65f7d382fff6036097094ed1c97c82d2919a5a19..0000000000000000000000000000000000000000
--- a/runtime/bin/vmstats/vmstats.css
+++ /dev/null
@@ -1,66 +0,0 @@
-
-body {
- background-color: #F8F8F8;
- font-family: 'Open Sans', sans-serif;
- font-size: 14px;
- font-weight: normal;
- line-height: 1.2em;
- margin: 15px;
-}
-
-h1, p {
- color: #333;
-}
-
-#vmstats {
- width: 100%;
- height: 500px;
- position: relative;
- border: 1px solid #ccc;
- background-color: #fff;
- padding: 10px;
-}
-
-#dashboard {
- font-size: 12pt;
- text-align: left;
- margin: 20px;
-}
-
-#graph {
- font-size: 12pt;
- text-align: left;
-}
-
-.isolate_list {
- font-family: 'Open Sans', sans-serif;
- font-size: 14px;
- vertical-align: top;
-}
-
-.isolate_details {
- visibility:visible;
-}
-
-.hidden {
- visibility:hidden;
- height: 0px;
-}
-
-.stack_trace_title {
- font-weight: bold;
-}
-
-.stack_frame {
- font-family: "monospace";
-}
-
-.empty_stack_frame {
- font-style: italic;
-}
-
-td {
- padding-left: 10px;
- padding-right: 10px;
- vertical-align: top;
-}
« no previous file with comments | « runtime/bin/vmstats/packages/browser/dart.js ('k') | runtime/bin/vmstats/vmstats.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698