demos/slider: markup and whitespace

This commit is contained in:
Richard Worth 2008-12-31 04:22:19 +00:00
parent 591d82edb4
commit 419da55302

View File

@ -20,7 +20,6 @@
</head>
<body>
<div class="demo">
<p>Price range:</p>
@ -28,13 +27,11 @@
</div><!-- End demo -->
<div class="demo-description">
<p>Example of a range slider that had two drag handles and a filled bar that connects the two handles to indicate that the values between them are selected. THis is created by setting the range option:</p>
<p>Example of a range slider that had two drag handles and a filled bar that connects the two handles to indicate that the values between them are selected. This is created by setting the range option:</p>
<pre>
range: true,
range: true
</pre>
</div><!-- End demo-description -->