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; |
+} |