diff options
Diffstat (limited to 'demos/tooltip/forms.html')
-rw-r--r-- | demos/tooltip/forms.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/demos/tooltip/forms.html b/demos/tooltip/forms.html index 760fed4d7..879a92d7f 100644 --- a/demos/tooltip/forms.html +++ b/demos/tooltip/forms.html @@ -40,8 +40,6 @@ </head> <body> -<div class="demo"> - <form> <fieldset> <div> @@ -59,14 +57,9 @@ </fieldset> </form> -</div><!-- End demo --> - - - <div class="demo-description"> <p>Use the button below to display the help texts, or just focus or mouseover the indivdual inputs.</p> <p>A fixed width is defined in CSS to make the tooltips look consistent when displayed all at once.</p> -</div><!-- End demo-description --> - +</div> </body> </html> |