mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-09 07:04:44 +00:00
removed extra class from demo
This commit is contained in:
parent
9f1a28ab70
commit
b7e2166cf8
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<div class="ui-page ui-body-a">
|
||||
<div class="ui-page">
|
||||
<div class="ui-header" data-theme="d">
|
||||
<h1>Dialog Example</h1>
|
||||
<a href="index.html" class="ui-back" data-icon="arrow-l">Home</a>
|
||||
|
|
@ -17,6 +17,7 @@
|
|||
<div class="ui-content ui-body ui-body-c">
|
||||
<h1>Demo description</h1>
|
||||
<p>This is a regular page, styled as a dialog! To create a dialog, just link to a normal page and include a transition and <code>data-behavior="dialog"</code> attribute.</p>
|
||||
<p>Try loading a taller page to see how the headers and footers work! <a href="_fixed.html" data-transition="pop" data-rel="dialog">Form Controls</a></p>
|
||||
<a href="#" data-role="button" data-theme="a">Sounds good</a>
|
||||
<a href="#" data-role="button">meh..</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue