| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- | 2 <!-- |
| 3 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 3 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 4 for details. All rights reserved. Use of this source code is governed by a | 4 for details. All rights reserved. Use of this source code is governed by a |
| 5 BSD-style license that can be found in the LICENSE file. | 5 BSD-style license that can be found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 <html lang="en" manifest="nossl.appcache" itemscope itemtype="http://schema.org/
Product"> | 7 <html lang="en" manifest="nossl.appcache" itemscope itemtype="http://schema.org/
Product"> |
| 8 <head> | 8 <head> |
| 9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
| 10 <title>Try Dart!</title> | 10 <title>Try Dart!</title> |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 -webkit-transition: opacity 10s; | 42 -webkit-transition: opacity 10s; |
| 43 } | 43 } |
| 44 | 44 |
| 45 .offlineyay { | 45 .offlineyay { |
| 46 font-weight: bolder; | 46 font-weight: bolder; |
| 47 opacity: 0.0; | 47 opacity: 0.0; |
| 48 } | 48 } |
| 49 | 49 |
| 50 .dart-code-completion-holder { | 50 .dart-code-completion-holder { |
| 51 position: relative; | 51 position: relative; |
| 52 display: 'inline-block'; | 52 display: inline-block; |
| 53 } | 53 } |
| 54 | 54 |
| 55 .dart-code-completion-holder /deep/ *.dart-code-completion { | 55 .dart-code-completion-holder /deep/ *.dart-code-completion { |
| 56 display: none; | 56 display: none; |
| 57 position: absolute; | 57 position: absolute; |
| 58 left: 0px; | 58 left: 0px; |
| 59 min-width: 200px; | 59 min-width: 200px; |
| 60 background: white; | 60 background: white; |
| 61 foreground: black; | 61 foreground: black; |
| 62 border: 1px solid black; | 62 border: 1px solid black; |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 </div> | 272 </div> |
| 273 </div> | 273 </div> |
| 274 </footer> | 274 </footer> |
| 275 <!-- | 275 <!-- |
| 276 <script type="application/javascript" src="https://dart.googlecode.com/svn/branc
hes/bleeding_edge/dart/pkg/browser/lib/dart.js"></script> | 276 <script type="application/javascript" src="https://dart.googlecode.com/svn/branc
hes/bleeding_edge/dart/pkg/browser/lib/dart.js"></script> |
| 277 <script type="application/dart" src="leap.dart"></script> | 277 <script type="application/dart" src="leap.dart"></script> |
| 278 --> | 278 --> |
| 279 <script type="application/javascript" src="leap.dart.js"></script> | 279 <script type="application/javascript" src="leap.dart.js"></script> |
| 280 </body> | 280 </body> |
| 281 </html> | 281 </html> |
| OLD | NEW |