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

Unified Diff: runtime/bin/vmservice/client/lib/src/elements/vm_view.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/lib/src/elements/vm_view.html
diff --git a/runtime/bin/vmservice/client/lib/src/elements/vm_view.html b/runtime/bin/vmservice/client/lib/src/elements/vm_view.html
index 253f43473c7e6862ae50f604bff5431fdbcf9861..0e97636099090d8b67ab7731f7a1d69f0d18195a 100644
--- a/runtime/bin/vmservice/client/lib/src/elements/vm_view.html
+++ b/runtime/bin/vmservice/client/lib/src/elements/vm_view.html
@@ -10,6 +10,7 @@
</head>
<polymer-element name="vm-view" extends="observatory-element">
<template>
+ <link rel="stylesheet" href="css/shared.css" />
<style>
.content {
padding-left: 10%;
@@ -64,12 +65,14 @@
</div>
<br>
turnidge 2014/04/17 20:18:54 Did you get <br>'s to look nice yet?
Cutch 2014/04/17 22:12:39 We should talk about styling br.
+ <hr>
<ul class="list-group">
<template repeat="{{ isolate in vm.isolates }}">
<li class="list-group-item">
<isolate-summary isolate="{{ isolate }}"></isolate-summary>
</li>
+ <hr>
</template>
</ul>
</template>

Powered by Google App Engine
This is Rietveld 408576698