Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Side by Side Diff: pkg/polymer/lib/elements/polymer-ui-sidebar/demo.html

Issue 175443005: [polymer] import all elements (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: updated from bower Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 <!doctype html>
3 <!--
4 Copyright 2013 The Polymer Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style
6 license that can be found in the LICENSE file.
7 -->
8 <html>
9 <head>
10 <title>polymer-ui-sidebar</title>
11 <script src="../platform/platform.js"></script>
12 <link rel="import" href="polymer-ui-sidebar.html">
13 <link rel="stylesheet" href="../polymer-ui-base/base.css">
14 <style>
15 html, body {
16 height: 100%;
17 }
18
19 body {
20 margin: 0;
21 }
22
23 polymer-ui-sidebar {
24 width: 240px;
25 height: 100%;
26 }
27 </style>
28 </head>
29 <body class="polymer-ui-body-text" theme="polymer-ui-dark-theme" unresolved>
30 <polymer-ui-sidebar label="Polymer">
31 some content...
32 </polymer-ui-sidebar>
33 </body>
34 </html>
OLDNEW
« no previous file with comments | « pkg/polymer/lib/elements/polymer-ui-sidebar/bower.json ('k') | pkg/polymer/lib/elements/polymer-ui-sidebar/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698