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

Commit

Permalink
minor update to the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Oct 18, 2014
1 parent 86f8d07 commit c21f087
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@

<style>

body {
margin: 24px;
}

.container {
width: 400px;
height: 200px;
height: 240px;
border: 4px solid #aaa;
}

Expand All @@ -40,8 +35,9 @@

</head>
<body unresolved>

<div class="container" horizontal layout>
<div>left</div>
<div>left (min: 128px)</div>
<core-splitter direction="left" minSize="128px"></core-splitter>
<div flex>right</div>
</div>
Expand Down

0 comments on commit c21f087

Please sign in to comment.