diff options
author | Ca-Phun Ung <pazu2k@gmail.com> | 2008-12-30 09:53:45 +0000 |
---|---|---|
committer | Ca-Phun Ung <pazu2k@gmail.com> | 2008-12-30 09:53:45 +0000 |
commit | e9bb4f54810e1cf09a96bce67b156bec793f6ec6 (patch) | |
tree | 425e5b2b0bfc74a6a441a2c2439033074752eb14 /demos/accordion | |
parent | c44cdb449b1e7991865f98cb7d4eea858bd20a57 (diff) | |
download | jquery-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/accordion')
-rw-r--r-- | demos/accordion/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/accordion/index.html b/demos/accordion/index.html index 58f54d810..f43a4f34d 100644 --- a/demos/accordion/index.html +++ b/demos/accordion/index.html @@ -5,7 +5,7 @@ <link type="text/css" href="../demos.css" rel="stylesheet" /> </head> <body> - <div id="container"> + <div class="demos-nav"> <h4>Accordion</h4> <ul> <li class="demo-config-on"><a href="default.html">Basic accordion (default)</a></li> |