diff options
Diffstat (limited to 'demos/spinner/time.html')
-rw-r--r-- | demos/spinner/time.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/demos/spinner/time.html b/demos/spinner/time.html index c23881e67..05ded9dc9 100644 --- a/demos/spinner/time.html +++ b/demos/spinner/time.html @@ -51,7 +51,6 @@ </head> <body> -<div class="demo"> <p> <label for="spinner">Time spinner:</label> <input id="spinner" name="spinner" value="08:30 PM"> @@ -63,9 +62,6 @@ <option value="de-DE">German</option> </select> </p> -</div><!-- End demo --> - - <div class="demo-description"> <p> @@ -73,7 +69,6 @@ a timestamp, with custom step and page options. Cursor up/down spins minutes, page up/down spins hours. </p> -</div><!-- End demo-description --> - +</div> </body> </html> |