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/dialog | |
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/dialog')
-rw-r--r-- | demos/dialog/index.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/demos/dialog/index.html b/demos/dialog/index.html index 64f6343f4..f71f1e038 100644 --- a/demos/dialog/index.html +++ b/demos/dialog/index.html @@ -6,14 +6,16 @@ </head> <body> -<dl class="demos-nav"> - <dt>Dialog</dt> - <dd><a href="default.html">Basic dialog (default)</a></dd> - <dd><a href="modal.html">Modal dialog</a></dd> - <dd><a href="modal_message.html">Modal message</a></dd> - <dd><a href="modal_confirmation.html">Modal confirmation</a></dd> - <dd><a href="modal_form.html">Modal form</a></dd> -</dl> +<div class="demos-nav"> + <h4>Dialog</h4> + <ul> + <li class="demo-config-on"><a href="default.html">Basic dialog (default)</a></li> + <li><a href="modal.html">Modal dialog</a></li> + <li><a href="modal_message.html">Modal message</a></li> + <li><a href="modal_confirmation.html">Modal confirmation</a></li> + <li><a href="modal_form.html">Modal form</a></li> + </ul> +</div> </body> </html> |