Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit f75e567

Browse files
committed
update demo styling.
1 parent 316c491 commit f75e567

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

demo.html

+12-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,20 @@
55
<script src="../platform/platform.js"></script>
66
<link rel="import" href="../core-transition/core-transition-css.html">
77
<link rel="import" href="core-overlay.html">
8-
8+
<style>
9+
body {
10+
margin: 0;
11+
}
12+
13+
section {
14+
padding: 24px;
15+
}
16+
</style>
917
</head>
1018
<body unresolved>
11-
12-
<x-container></x-container>
19+
<section>
20+
<x-container></x-container>
21+
</section>
1322

1423
<!-- a simple dialog element made with core-overlay -->
1524
<polymer-element name="x-dialog" attributes="opened autoCloseDisabled">

0 commit comments

Comments
 (0)