aboutsummaryrefslogtreecommitdiffstats
path: root/demos/hide/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/hide/default.html')
-rw-r--r--demos/hide/default.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/hide/default.html b/demos/hide/default.html
index 36cbb0a7b..5ea970fd3 100644
--- a/demos/hide/default.html
+++ b/demos/hide/default.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -61,8 +61,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">Hide</h3>
@@ -90,13 +88,8 @@
<a href="#" id="button" class="ui-state-default ui-corner-all">Run 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>