mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
demos/accordion - changed index.html markup.
This commit is contained in:
parent
68c0f90e39
commit
b0c396b427
@ -5,13 +5,13 @@
|
|||||||
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="container">
|
||||||
<dl class="demos-nav">
|
<h4>Accordion</h4>
|
||||||
<dt>Accordion</dt>
|
<ul>
|
||||||
<dd><a href="default.html">Basic accordion (default)</a></dd>
|
<li class="demo-config-on"><a href="default.html">Basic accordion (default)</a></li>
|
||||||
<dd><a href="mouseover.html">Mouseover accordion</a></dd>
|
<li><a href="mouseover.html">Mouseover accordion</a></li>
|
||||||
<dd><a href="fillspace.html">FillSpace example</a></dd>
|
<li><a href="fillspace.html">FillSpace example</a></li>
|
||||||
</dl>
|
</ul>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user