r1386 - trunk/demos/slider

r1386 - trunk/demos/slider


Author: rdworth
Date: Tue Dec 30 20:22:19 2008
New Revision: 1386
Modified:
trunk/demos/slider/range.html
Log:
demos/slider: markup and whitespace
Modified: trunk/demos/slider/range.html
==============================================================================
--- trunk/demos/slider/range.html    (original)
+++ trunk/demos/slider/range.html    Tue Dec 30 20:22:19 2008
@@ -20,7 +20,6 @@
</head>
<body>
-
<div class="demo">

Price range:


@@ -28,13 +27,11 @@
</div><!-- End demo -->
-
-
<div class="demo-description">
-

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:


+

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:


<pre>
-range: true,
+range: true
</pre>
</div><!-- End demo-description -->