| Index: runtime/observatory/lib/src/elements/debugger.html
|
| diff --git a/runtime/observatory/lib/src/elements/debugger.html b/runtime/observatory/lib/src/elements/debugger.html
|
| index 2184d9fe9b4366945271984020dd0298d62580ed..b2e6bfe41cd1ff9b225fd760bb96bad30a9e64cb 100644
|
| --- a/runtime/observatory/lib/src/elements/debugger.html
|
| +++ b/runtime/observatory/lib/src/elements/debugger.html
|
| @@ -420,13 +420,18 @@
|
| line-height: 125%;
|
| color: red;
|
| }
|
| + .green {
|
| + font: normal 14px consolas, courier, monospace;
|
| + white-space: pre;
|
| + line-height: 125%;
|
| + color: green;
|
| + }
|
| .spacer {
|
| height: 20px;
|
| }
|
| </style>
|
| <div id="consoleText" class="console">
|
| - <!-- Console output is added programmatically here using the 'normal'
|
| - and 'bold' styles. -->
|
| + <!-- Console output is added programmatically -->
|
| </div>
|
| </template>
|
| </polymer-element>
|
|
|