diff options
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 --> |