aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/default.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-31 04:08:58 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-31 04:08:58 +0000
commit591d82edb4ff2a29555031a044bf2907a09bbddf (patch)
treea9ac3c27ce5a0e3234aafae612781dc77b01551f /demos/slider/default.html
parent19fd2705f94074dddd3b92dcaf99f33642bcff9f (diff)
downloadjquery-ui-591d82edb4ff2a29555031a044bf2907a09bbddf.tar.gz
jquery-ui-591d82edb4ff2a29555031a044bf2907a09bbddf.zip
demos/slider: markup and whitespace
Diffstat (limited to 'demos/slider/default.html')
-rw-r--r--demos/slider/default.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/demos/slider/default.html b/demos/slider/default.html
index d203e7397..8d8096a9d 100644
--- a/demos/slider/default.html
+++ b/demos/slider/default.html
@@ -17,8 +17,6 @@
</head>
<body>
-
-
<div class="demo">
<p>Your age:</p>
@@ -26,16 +24,12 @@
</div><!-- End demo -->
-
-
<div class="demo-description">
-<p>The default slider has a single handle and is horizontal. The handle can be moved with the mouse or by using the arrow keys and has full ARIA attributes for accessibility. The current value for the slider can be set with the value option: <pre>value: 37</pre></p>
+<p>The default slider has a single handle and is horizontal. The handle can be moved with the mouse or by using the arrow keys and has full ARIA attributes for accessibility. The current value for the slider can be set with the value option:</p>
+<pre>value: 37</pre>
</div><!-- End demo-description -->
-
-
-
</body>
</html>