diff options
Diffstat (limited to 'demos/progressbar/animated.html')
-rw-r--r-- | demos/progressbar/animated.html | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/progressbar/animated.html b/demos/progressbar/animated.html index 144558e08..f102be742 100644 --- a/demos/progressbar/animated.html +++ b/demos/progressbar/animated.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> @@ -22,14 +22,8 @@ </head> <body> -<div class="demo"> - <div id="progressbar"></div> -</div><!-- End demo --> - - - <div class="demo-description"> <p> This progressbar has an animated fill by setting the @@ -38,7 +32,6 @@ on the <code>.ui-progressbar-value</code> element, using css. </p> -</div><!-- End demo-description --> - +</div> </body> </html> |