Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
fix(demo): the east is at the right... sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Jan 2, 2014
1 parent 5987d85 commit 0b55522
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ <h1>Holy grail demo</h1>
<div ui-layout class="layout-mock">
<header class="north-back"></header>
<ui-layout options="{ flow : 'column' }">
<sidebar class="east-back"></sidebar>
<div class="center-back"></div>
<sidebar class="west-back"></sidebar>
<div class="center-back"></div>
<sidebar class="east-back"></sidebar>
</ui-layout>
<footer class="south-back"></footer>
</div>
Expand All @@ -94,9 +94,9 @@ <h1>Holy grail demo</h1>
<pre class="prettyprint">&lt;div ui-layout class=&quot;layout-mock&quot;&gt;
&lt;header class=&quot;north-back&quot;&gt;&lt;/header&gt;
&lt;ui-layout options=&quot;{ flow : &#39;column&#39; }&quot;&gt;
&lt;sidebar class=&quot;east-back&quot;&gt;&lt;/sidebar&gt;
&lt;div class=&quot;center-back&quot;&gt;&lt;/div&gt;
&lt;sidebar class=&quot;west-back&quot;&gt;&lt;/sidebar&gt;
&lt;div class=&quot;center-back&quot;&gt;&lt;/div&gt;
&lt;sidebar class=&quot;east-back&quot;&gt;&lt;/sidebar&gt;
&lt;/ui-layout&gt;
&lt;footer class=&quot;south-back&quot;&gt;&lt;/footer&gt;
&lt;/div&gt;</pre>
Expand Down

0 comments on commit 0b55522

Please sign in to comment.