aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/multiple_vertical.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-31 05:01:58 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-31 05:01:58 +0000
commit58a11a7dec11bdfc1f43f210ffd52da3816a530c (patch)
tree64d5e9c9067dcae8f1a682fe4c9af0932e48faab /demos/slider/multiple_vertical.html
parentfff23b36bf19b348d2e6c575d0e3d13ed04d63a3 (diff)
downloadjquery-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.html5
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 -->