diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-31 05:01:58 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-31 05:01:58 +0000 |
commit | 58a11a7dec11bdfc1f43f210ffd52da3816a530c (patch) | |
tree | 64d5e9c9067dcae8f1a682fe4c9af0932e48faab /demos/slider/multiple_vertical.html | |
parent | fff23b36bf19b348d2e6c575d0e3d13ed04d63a3 (diff) | |
download | jquery-ui-58a11a7dec11bdfc1f43f210ffd52da3816a530c.tar.gz jquery-ui-58a11a7dec11bdfc1f43f210ffd52da3816a530c.zip |
demos: added <code> inside <pre>. some other minor updates
Diffstat (limited to 'demos/slider/multiple_vertical.html')
-rw-r--r-- | demos/slider/multiple_vertical.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/demos/slider/multiple_vertical.html b/demos/slider/multiple_vertical.html index 5a1913221..f6f263e7d 100644 --- a/demos/slider/multiple_vertical.html +++ b/demos/slider/multiple_vertical.html @@ -66,6 +66,7 @@ Master volume <span class="ui-icon ui-icon-signal" style="float:left; margin:-2px 5px 0 0;"></span> Graphic EQ </p> + <div id="slider1" style="height:120px; float:left; margin:15px"></div> <div id="slider2" style="height:120px; float:left; margin:15px"></div> <div id="slider3" style="height:120px; float:left; margin:15px"></div> @@ -78,7 +79,9 @@ Graphic EQ <div class="demo-description" style="clear:left;"> -<p>This example shows how easy it is to add multiple sliders to a page, each with their own options, to make a UI for a music player.</p> +<p> +This example shows how easy it is to add multiple sliders to a page, each with their own options, to make a UI for a music player. +</p> </div><!-- End demo-description --> |