mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-27 19:20:28 +00:00
markup fix
This commit is contained in:
parent
8397afba8c
commit
bbfb91b45a
1 changed files with 14 additions and 6 deletions
|
|
@ -21,8 +21,11 @@
|
|||
|
||||
<div data-role="content">
|
||||
<ul data-role="listview">
|
||||
<li><h3><a href="#">Animals</a></h3>
|
||||
<p>All your favorites from aarkvarks to zebras.</p>
|
||||
<li>
|
||||
<a href="#">
|
||||
<h3>Animals</h3>
|
||||
<p>All your favorites from aarkvarks to zebras.</p>
|
||||
</a>
|
||||
<ul>
|
||||
<li>Pets
|
||||
<ul>
|
||||
|
|
@ -68,8 +71,11 @@
|
|||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><h3><a href="#">Colors</a></h3>
|
||||
<p>Fresh colors from the magic rainbow.</p>
|
||||
<li>
|
||||
<a href="#">
|
||||
<h3>Colors</h3>
|
||||
<p>Fresh colors from the magic rainbow.</p>
|
||||
</a>
|
||||
<ul>
|
||||
<li><a href="index.html">Blue</a></li>
|
||||
<li><a href="index.html">Green</a></li>
|
||||
|
|
@ -81,8 +87,10 @@
|
|||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<h3><a href="#">Vehicles</a></h3>
|
||||
<p>Everything from cars to planes.</p>
|
||||
<a href="#">
|
||||
<h3>Vehicles</h3>
|
||||
<p>Everything from cars to planes.</p>
|
||||
</a>
|
||||
<ul>
|
||||
<li>Cars
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue