diff options
Diffstat (limited to 'demos/progressbar/index.html')
-rw-r--r-- | demos/progressbar/index.html | 10 |
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> |