Skip to content

Commit 61d22a8

Browse files
committed
Demos: changed content div to new style
1 parent 79f783d commit 61d22a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demos/toolbar-fixed/webapp.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<h1>Page 1</h1>
3535
</div><!-- /header -->
3636
37-
<div data-role="content" id="content">
37+
<div role="main" class="ui-content jqm-content" id="content">
3838
<form name="test_button" id="test_button" action="." method="POST" data-ajax="false">
3939
<input type="submit" value="Go to Page 2" data-theme="g" data-icon="plus" />
4040
</form>
@@ -70,7 +70,7 @@
7070
<h1>Page 2</h1>
7171
</div><!-- /header -->
7272
73-
<div data-role="content" id="content">
73+
<div role="main" class="ui-content jqm-content" id="content">
7474
7575
<br />
7676
<br />
@@ -140,7 +140,7 @@
140140
<h1>Page 3</h1>
141141
</div><!-- /header -->
142142
143-
<div data-role="content" id="content">
143+
<div role="main" class="ui-content jqm-content" id="content">
144144
145145
<p>Page3</p>
146146
@@ -160,4 +160,4 @@
160160
161161
162162
</body>
163-
</html>
163+
</html>

0 commit comments

Comments
 (0)