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

Commit

Permalink
Demos: changed content div to new style
Browse files Browse the repository at this point in the history
  • Loading branch information
agcolom committed Dec 7, 2013
1 parent 79f783d commit 61d22a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demos/toolbar-fixed/webapp.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<h1>Page 1</h1>
</div><!-- /header -->
<div data-role="content" id="content">
<div role="main" class="ui-content jqm-content" id="content">
<form name="test_button" id="test_button" action="." method="POST" data-ajax="false">
<input type="submit" value="Go to Page 2" data-theme="g" data-icon="plus" />
</form>
Expand Down Expand Up @@ -70,7 +70,7 @@
<h1>Page 2</h1>
</div><!-- /header -->
<div data-role="content" id="content">
<div role="main" class="ui-content jqm-content" id="content">
<br />
<br />
Expand Down Expand Up @@ -140,7 +140,7 @@
<h1>Page 3</h1>
</div><!-- /header -->
<div data-role="content" id="content">
<div role="main" class="ui-content jqm-content" id="content">
<p>Page3</p>
Expand All @@ -160,4 +160,4 @@
</body>
</html>
</html>

0 comments on commit 61d22a8

Please sign in to comment.