Index: third_party/polymer/v0_8/components/paper-item/index.html |
diff --git a/third_party/polymer/v0_8/components-chromium/paper-drawer-panel/index.html b/third_party/polymer/v0_8/components/paper-item/index.html |
similarity index 90% |
copy from third_party/polymer/v0_8/components-chromium/paper-drawer-panel/index.html |
copy to third_party/polymer/v0_8/components/paper-item/index.html |
index 4f53214f784442c761ee0d4db11d715c730b7671..23604a258a6aad541612f8c121e54282046a9fe3 100644 |
--- a/third_party/polymer/v0_8/components-chromium/paper-drawer-panel/index.html |
+++ b/third_party/polymer/v0_8/components/paper-item/index.html |
@@ -1,5 +1,5 @@ |
-<!doctype html> |
<!-- |
+@license |
Copyright (c) 2015 The Polymer Project Authors. All rights reserved. |
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt |
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt |
@@ -7,13 +7,14 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI |
Code distributed by Google as part of the polymer project is also |
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt |
--> |
+<!doctype html> |
<html> |
<head> |
<meta charset="utf-8"> |
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> |
- <title>paper-drawer-panel</title> |
+ <title>paper-item</title> |
<script src="../webcomponentsjs/webcomponents-lite.js"></script> |
@@ -21,15 +22,17 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
<link rel="import" href="../iron-doc-viewer/iron-doc-viewer.html"> |
<style> |
+ |
body { |
margin: 16px; |
} |
+ |
</style> |
</head> |
<body> |
- <iron-doc-viewer src="paper-drawer-panel.html"></iron-doc-viewer> |
+ <iron-doc-viewer src="paper-item.html"></iron-doc-viewer> |
</body> |
</html> |