| Index: pkg/polymer/example/canonicalization/lib/b.html
|
| diff --git a/samples/word-finder/web/index.css b/pkg/polymer/example/canonicalization/lib/b.html
|
| similarity index 76%
|
| copy from samples/word-finder/web/index.css
|
| copy to pkg/polymer/example/canonicalization/lib/b.html
|
| index 6927dfaf2f17f3f5dd69401abd5e04481647087c..2a42437721ce925bdca5c21633025c26a71d73bd 100644
|
| --- a/samples/word-finder/web/index.css
|
| +++ b/pkg/polymer/example/canonicalization/lib/b.html
|
| @@ -1,11 +1,6 @@
|
| -/*
|
| +<!--
|
| Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| for details. All rights reserved. Use of this source code is governed by a
|
| BSD-style license that can be found in the LICENSE file.
|
| -*/
|
| -
|
| -
|
| -* {
|
| - margin: 0;
|
| - padding: 0;
|
| -}
|
| +-->
|
| +<script type='application/dart' src='b.dart'></script>
|
|
|