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

Unified Diff: chrome/browser/resources/tracing/timeline_analysis.css

Issue 10161025: Allow about:tracing Counters to be selected (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixen. Created 8 years, 8 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 | « chrome/browser/resources/tracing/timeline.js ('k') | chrome/browser/resources/tracing/timeline_analysis.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/tracing/timeline_analysis.css
diff --git a/chrome/browser/resources/tracing/timeline_analysis.css b/chrome/browser/resources/tracing/timeline_analysis.css
new file mode 100644
index 0000000000000000000000000000000000000000..a72a79aa1377cc1423b85684b2cee5cfd3588879
--- /dev/null
+++ b/chrome/browser/resources/tracing/timeline_analysis.css
@@ -0,0 +1,9 @@
+/* Copyright (c) 2012 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. */
+
+.timeline-analysis {
+ -webkit-user-select: text;
+ font-family: monospace;
+ white-space: pre;
+}
« no previous file with comments | « chrome/browser/resources/tracing/timeline.js ('k') | chrome/browser/resources/tracing/timeline_analysis.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698