diff options
author | Ca-Phun Ung <pazu2k@gmail.com> | 2008-12-30 10:12:02 +0000 |
---|---|---|
committer | Ca-Phun Ung <pazu2k@gmail.com> | 2008-12-30 10:12:02 +0000 |
commit | 95b6cb982709708f43dafcdeb9cb6307e998e61f (patch) | |
tree | 7cc2ef8ca72610c4132a4ddafb3cb788354dd42c /demos/progressbar | |
parent | c4b7f1f9f062c64ce65970ae1c6edea4ec592a35 (diff) | |
download | jquery-ui-95b6cb982709708f43dafcdeb9cb6307e998e61f.tar.gz jquery-ui-95b6cb982709708f43dafcdeb9cb6307e998e61f.zip |
updated all demos/*/index.html files to reflect new markup changes.
Diffstat (limited to 'demos/progressbar')
-rw-r--r-- | demos/progressbar/index.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html index 2a66c4155..f517f244d 100644 --- a/demos/progressbar/index.html +++ b/demos/progressbar/index.html @@ -6,10 +6,12 @@ </head> <body> -<dl class="demos-nav"> - <dt>Progressbar</dt> - <dd><a href="default.html">Default</a></dd> -</dl> +<div class="demos-nav"> + <h4>Progressbar</h4> + <ul> + <li class="demo-config-on"><a href="default.html">Default</a></li> + </ul> +</div> </body> </html> |