diff options
Diffstat (limited to 'demos/slider/default.html')
-rw-r--r-- | demos/slider/default.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/demos/slider/default.html b/demos/slider/default.html index 196af067a..4adc27053 100644 --- a/demos/slider/default.html +++ b/demos/slider/default.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Slider - Default Demo</title> + <title>jQuery UI Slider - Default functionality</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.3.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script> @@ -26,9 +26,7 @@ <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. -</p> +<p>The basic slider is horizontal and has a single handle that can be moved with the mouse or by using the arrow keys.</p> </div><!-- End demo-description --> |