diff options
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> |