aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar
diff options
context:
space:
mode:
authorCa-Phun Ung <pazu2k@gmail.com>2008-12-30 10:12:02 +0000
committerCa-Phun Ung <pazu2k@gmail.com>2008-12-30 10:12:02 +0000
commit95b6cb982709708f43dafcdeb9cb6307e998e61f (patch)
tree7cc2ef8ca72610c4132a4ddafb3cb788354dd42c /demos/progressbar
parentc4b7f1f9f062c64ce65970ae1c6edea4ec592a35 (diff)
downloadjquery-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.html10
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>