Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Mar 20, 2014
1 parent c3c39ec commit 407ee13
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 7 additions & 1 deletion designer.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
<!doctype html>
<html>
<head>
<title></title>

<title>Polymer Designer</title>

<script src="components/platform/platform.js"></script>
<link rel="import" href="components/x-designer/x-designer.html">

<style>
body {
font-size: 12px;
font-family: 'Helvetica Neue', Helvetica, Roboto, Arial;
overflow: hidden;
}
</style>

</head>
<body>

<x-designer></x-designer>

</body>
</html>
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@
<body>
<script>
var metadata = [
'components/more-elements/metadata.html',
'components/core-elements/metadata.html',
'components/paper-elements/metadata.html',
'components/polymer-elements/metadata.html',
'components/polymer-ui-elements/metadata.html'
'components/polymer-ui-elements/metadata.html',
'components/more-elements/metadata.html'
];
</script>

Expand Down

0 comments on commit 407ee13

Please sign in to comment.