Skip to content

Commit

Permalink
demos/accordion - changed index.html markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ca-Phun Ung committed Dec 30, 2008
1 parent 68c0f90 commit b0c396b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions demos/accordion/index.html
Expand Up @@ -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>

0 comments on commit b0c396b

Please sign in to comment.