aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/range.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-31 04:22:19 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-31 04:22:19 +0000
commit419da55302d8136321cb2707f4b377b4d180d7ac (patch)
tree29f0fb4acfa1b5203324c7425bd94553dbf5f71d /demos/slider/range.html
parent591d82edb4ff2a29555031a044bf2907a09bbddf (diff)
downloadjquery-ui-419da55302d8136321cb2707f4b377b4d180d7ac.tar.gz
jquery-ui-419da55302d8136321cb2707f4b377b4d180d7ac.zip
demos/slider: markup and whitespace
Diffstat (limited to 'demos/slider/range.html')
-rw-r--r--demos/slider/range.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/demos/slider/range.html b/demos/slider/range.html
index 53b832407..7f5deaf9e 100644
--- a/demos/slider/range.html
+++ b/demos/slider/range.html
@@ -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 -->