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

Unified Diff: runtime/bin/vmservice/client/web/index.html

Issue 237683004: Disable applyAuthorStyles (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: runtime/bin/vmservice/client/web/index.html
diff --git a/runtime/bin/vmservice/client/web/index.html b/runtime/bin/vmservice/client/web/index.html
index 3fa51d05c2c13837f191f699b8b4ce753f5c39e2..9055fd492608e7a184360badb979bccd472b1dcc 100644
--- a/runtime/bin/vmservice/client/web/index.html
+++ b/runtime/bin/vmservice/client/web/index.html
@@ -1,10 +1,8 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
- <link type="text/css" rel="stylesheet"
- href="bootstrap_css/css/bootstrap.min.css" />
-
<title>Dart VM Observatory</title>
+ <link rel="stylesheet" href="packages/observatory/src/elements/css/shared.css">
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script src="packages/browser/interop.js"></script>
<link rel="import" href="packages/observatory/elements.html">
« no previous file with comments | « runtime/bin/vmservice/client/web/img/isolate_icon.png ('k') | runtime/bin/vmservice/client/web/index_devtools.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698