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

Commit

Permalink
changed content divs to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
agcolom committed Dec 7, 2013
1 parent 5de78be commit 2973788
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demos/pages/index.php
Expand Up @@ -107,7 +107,7 @@
<h1>Page Title</h1>
</div><!-- /header -->

<div data-role="content">
<div role="main" class="ui-content">
<p>Page content goes here.</p>
</div><!-- /content -->

Expand Down Expand Up @@ -138,7 +138,7 @@
<h1>Foo</h1>
</div><!-- /header -->

<div data-role="content">
<div role="main" class="ui-content">
<p>I'm first in the source order so I'm shown as the page.</p>
<p>View internal page called <a href="#bar">bar</a></p>
</div><!-- /content -->
Expand All @@ -155,7 +155,7 @@
<h1>Bar</h1>
</div><!-- /header -->

<div data-role="content">
<div role="main" class="ui-content">
<p>I'm the second in the source order so I'm hidden when the page loads. I'm just shown if a link that references my id is beeing clicked.</p>
<p><a href="#foo">Back to foo</a></p>
</div><!-- /content -->
Expand Down

0 comments on commit 2973788

Please sign in to comment.