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

Side by Side Diff: elements/designer-stage/demo.html

Issue 881243003: Add designer-stage (Closed) Base URL: https://github.com/PolymerLabs/designer2.git@master
Patch Set: Created 5 years, 10 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
OLDNEW
(Empty)
1 <!--
2 Copyright 2015 The Polymer Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style
4 license that can be found in the LICENSE file.
5 -->
imac 2015/02/05 01:54:06 Go w/ the big license blurb (e.g. https://github.c
justinfagnani 2015/02/05 22:15:44 I grabbed the version out of an .html file, which
6 <html>
7 <head>
8 <link rel="import" href="designer-stage.html">
9 <style>
10 body {
imac 2015/02/05 01:54:06 Probably want html, body { here so you have height
justinfagnani 2015/02/05 22:15:44 Done.
11 height: 100%;
12 margin: 0;
13 padding: 0;
14 }
15
16 designer-stage {
17 position: absolute;
18 top: 0;
19 left: 0;
20 right: 0;
21 bottom: 0;
22 }
23 </style>
24 </head>
25 <body>
26 <designer-stage></designer-stage>
27 <script>
28 </script>
29 </body>
30 </html>
OLDNEW
« no previous file with comments | « no previous file | elements/designer-stage/designer-stage.html » ('j') | elements/designer-stage/designer-stage.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698