diff options
Diffstat (limited to 'demos/accordion/hoverintent.html')
-rw-r--r-- | demos/accordion/hoverintent.html | 7 |
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> |