diff options
Diffstat (limited to 'demos/spinner/currency.html')
-rw-r--r-- | demos/spinner/currency.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/demos/spinner/currency.html b/demos/spinner/currency.html index 2343b6789..15ac7e9b0 100644 --- a/demos/spinner/currency.html +++ b/demos/spinner/currency.html @@ -32,8 +32,6 @@ </head> <body> -<div class="demo"> - <p> <label for="currency">Currency to donate</label> <select id="currency" name="currency"> @@ -47,13 +45,8 @@ <input id="spinner" name="spinner" value="5"> </p> -</div><!-- End demo --> - - - <div class="demo-description"> <p>Example of a donation form, with currency selection and amount spinner.</p> -</div><!-- End demo-description --> - +</div> </body> </html> |