mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
moved theme class to page div
This commit is contained in:
parent
4a7ede3322
commit
b95dbce151
1 changed files with 2 additions and 2 deletions
|
|
@ -16,14 +16,14 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<div data-role="page">
|
||||
<div data-role="page" class="ui-body-b">
|
||||
|
||||
<div data-role="header">
|
||||
<a href="#customize" class="editbutton ui-aux">Edit</a>
|
||||
<h1>Converter demo</h1>
|
||||
</div>
|
||||
|
||||
<div data-role="content" class="ui-body-b">
|
||||
<div data-role="content">
|
||||
<form method="get" action="" data-role="autoform">
|
||||
<label for="term" data-role="nojs">Search:</label>
|
||||
<input type="search" name="term" id="term" placeholder="search..." value="1" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue