aboutsummaryrefslogtreecommitdiffstats
path: root/demos/accordion/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/accordion/default.html')
-rw-r--r--demos/accordion/default.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/demos/accordion/default.html b/demos/accordion/default.html
index a50270b27..005d43115 100644
--- a/demos/accordion/default.html
+++ b/demos/accordion/default.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -17,8 +17,6 @@
</head>
<body>
-<div class="demo">
-
<div id="accordion">
<h3>Section 1</h3>
<div>
@@ -68,8 +66,6 @@
</div>
</div>
-</div><!-- End demo -->
-
<div class="demo-description">
<p>
Click headers to expand/collapse content that is broken into logical sections, much like tabs.
@@ -79,7 +75,6 @@ Optionally, toggle sections open/closed on mouseover.
The underlying HTML markup is a series of headers (H3 tags) and content divs so the content is
usable without JavaScript.
</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>