diff options
Diffstat (limited to 'demos/animate/default.html')
-rw-r--r-- | demos/animate/default.html | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/animate/default.html b/demos/animate/default.html index 41424a1b1..c0df42fde 100644 --- a/demos/animate/default.html +++ b/demos/animate/default.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> @@ -37,8 +37,6 @@ </head> <body> -<div class="demo"> - <div class="toggler"> <div id="effect" class="ui-widget-content ui-corner-all"> <h3 class="ui-widget-header ui-corner-all">Animate</h3> @@ -50,13 +48,8 @@ <a href="#" id="button" class="ui-state-default ui-corner-all">Toggle Effect</a> -</div><!-- End demo --> - - - <div class="demo-description"> <p>Click the button above to preview the effect.</p> -</div><!-- End demo-description --> - +</div> </body> </html> |