diff options
author | Todd Parker <fg.todd@gmail.com> | 2008-12-29 18:00:36 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2008-12-29 18:00:36 +0000 |
commit | d16788d49dcc4563a9e3611f2dccfb9a73220272 (patch) | |
tree | 6868c5c136d371032cd6bd2512d3868799acc51c /demos/accordion/index.html | |
parent | a9e83ea9971ddd927a3b3a203f307e6dac70e279 (diff) | |
download | jquery-ui-d16788d49dcc4563a9e3611f2dccfb9a73220272.tar.gz jquery-ui-d16788d49dcc4563a9e3611f2dccfb9a73220272.zip |
Tweaked accordion content within demos.
Diffstat (limited to 'demos/accordion/index.html')
-rw-r--r-- | demos/accordion/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/accordion/index.html b/demos/accordion/index.html index 980bfd3ca..005dc912f 100644 --- a/demos/accordion/index.html +++ b/demos/accordion/index.html @@ -8,9 +8,9 @@ <dl class="nav">
<dt>Accordion</dt>
- <dd><a href="default.html">Default</a></dd>
- <dd><a href="mouseover.html">Mouseover</a></dd>
- <dd><a href="fillspace.html">FillSpace</a></dd>
+ <dd><a href="default.html">Basic accordion (default)</a></dd>
+ <dd><a href="mouseover.html">Mouseover accordion</a></dd>
+ <dd><a href="fillspace.html">FillSpace example</a></dd>
</dl>
</body>
|