aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/index.html
diff options
context:
space:
mode:
authorCa-Phun Ung <pazu2k@gmail.com>2008-12-30 09:53:45 +0000
committerCa-Phun Ung <pazu2k@gmail.com>2008-12-30 09:53:45 +0000
commite9bb4f54810e1cf09a96bce67b156bec793f6ec6 (patch)
tree425e5b2b0bfc74a6a441a2c2439033074752eb14 /demos/datepicker/index.html
parentc44cdb449b1e7991865f98cb7d4eea858bd20a57 (diff)
downloadjquery-ui-e9bb4f54810e1cf09a96bce67b156bec793f6ec6.tar.gz
jquery-ui-e9bb4f54810e1cf09a96bce67b156bec793f6ec6.zip
updated accordion and datepicker markup. changed demos/index.html so it looks for .demos-nav rather than #container within individual widget demo indexes.
Diffstat (limited to 'demos/datepicker/index.html')
-rw-r--r--demos/datepicker/index.html18
1 files changed, 10 insertions, 8 deletions
diff --git a/demos/datepicker/index.html b/demos/datepicker/index.html
index 0da4d4ba5..14e8a1891 100644
--- a/demos/datepicker/index.html
+++ b/demos/datepicker/index.html
@@ -6,14 +6,16 @@
</head>
<body>
-<dl class="demos-nav">
- <dt>Datepicker</dt>
- <dd><a href="default.html">Default datepicker</a></dd>
- <dd><a href="dropdown_month_year.html">Month & year menus</a></dd>
- <dd><a href="buttonbar.html">Today & Done button bar</a></dd>
- <dd><a href="multiple_calendars.html">3 month view</a></dd>
- <dd><a href="inline.html">Inline datepicker</a></dd>
-</dl>
+<div class="demos-nav">
+ <h4>Datepicker</h4>
+ <ul>
+ <li><a href="default.html">Default datepicker</a></li>
+ <li><a href="dropdown_month_year.html">Month & year menus</a></li>
+ <li><a href="buttonbar.html">Today & Done button bar</a></li>
+ <li><a href="multiple_calendars.html">3 month view</a></li>
+ <li><a href="inline.html">Inline datepicker</a></li>
+ </ul>
+</div>
</body>
</html>