aboutsummaryrefslogtreecommitdiffstats
path: root/demos/accordion/hoverintent.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-09-10 11:33:46 -0400
committerScott González <scott.gonzalez@gmail.com>2012-09-10 11:33:46 -0400
commit303f20e1b3c977d75047bed1a3533a180d73fab5 (patch)
treec8cf97b57f2493313dfd92c1dfceedb29d137d67 /demos/accordion/hoverintent.html
parent9e259c6e5369bf272dd14df7aea1372c5b064300 (diff)
downloadjquery-ui-303f20e1b3c977d75047bed1a3533a180d73fab5.tar.gz
jquery-ui-303f20e1b3c977d75047bed1a3533a180d73fab5.zip
Demos: Cleanup.
Diffstat (limited to 'demos/accordion/hoverintent.html')
-rw-r--r--demos/accordion/hoverintent.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/demos/accordion/hoverintent.html b/demos/accordion/hoverintent.html
index 706bbc128..3ee6a2b10 100644
--- a/demos/accordion/hoverintent.html
+++ b/demos/accordion/hoverintent.html
@@ -70,8 +70,6 @@
</head>
<body>
-<div class="demo">
-
<div id="accordion">
<h3>Section 1</h3>
<div>
@@ -121,8 +119,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.
@@ -132,7 +128,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>