diff options
Diffstat (limited to 'demos/spinner/default.html')
-rw-r--r-- | demos/spinner/default.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/demos/spinner/default.html b/demos/spinner/default.html index 8e742a862..3273c82fc 100644 --- a/demos/spinner/default.html +++ b/demos/spinner/default.html @@ -42,8 +42,6 @@ </head> <body> -<div class="demo"> - <p> <label for="spinner">Select a value:</label> <input id="spinner" name="value"> @@ -59,13 +57,8 @@ <button id="setvalue">Set value to 5</button> </p> -</div><!-- End demo --> - - - <div class="demo-description"> <p>Default spinner.</p> -</div><!-- End demo-description --> - +</div> </body> </html> |