Index: bower_components/paper-item/demo.html |
diff --git a/bower_components/paper-item/demo.html b/bower_components/paper-item/demo.html |
deleted file mode 100644 |
index 5a57ffe705d1a83eb40f26d2f2130cb7f6883c93..0000000000000000000000000000000000000000 |
--- a/bower_components/paper-item/demo.html |
+++ /dev/null |
@@ -1,51 +0,0 @@ |
-<!doctype html> |
-<!-- |
-Copyright 2013 The Polymer Authors. All rights reserved. |
-Use of this source code is governed by a BSD-style |
-license that can be found in the LICENSE file. |
---> |
-<html> |
-<head> |
- <title>paper-item</title> |
- |
- <meta charset="utf-8"> |
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
- <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes"> |
- |
- <script src="../platform/platform.js"></script> |
- <link href="../font-roboto/roboto.html" rel="import"> |
- <link href="../core-icons/core-icons.html" rel="import"> |
- <link href="paper-item.html" rel="import"> |
- <style shim-shadowdom> |
- body { |
- font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial; |
- margin: 20px; |
- } |
- |
- paper-item { |
- max-width: 320px; |
- } |
- </style> |
-</head> |
-<body unresolved> |
- |
- <h2>items with icon and label:</h2> |
- <paper-item icon="refresh" label="Refresh"></paper-item> |
- <paper-item icon="favorite" label="Favorite"></paper-item> |
- <paper-item icon="delete" label="Delete"></paper-item> |
- <paper-item icon="bookmark" label="Bookmark"></paper-item> |
- |
- <br><br> |
- |
- <h2>links (via <a>):</h2> |
- <paper-item label="Polymer Project link"> |
- <a href="http://www.polymer-project.org" target="_blank"></a> |
- </paper-item> |
- <paper-item label="GitHub link"> |
- <a href="https://github.com/Polymer" target="_blank"></a> |
- </paper-item> |
- <paper-item label="WebComponents.org link"> |
- <a href="http://webcomponents.org/" target="_blank"></a> |
- </paper-item> |
-</body> |
-</html> |