]> source.dussan.org Git - jquery-ui.git/commitdiff
demos/slider: markup and whitespace
authorRichard Worth <rdworth@gmail.com>
Wed, 31 Dec 2008 04:08:58 +0000 (04:08 +0000)
committerRichard Worth <rdworth@gmail.com>
Wed, 31 Dec 2008 04:08:58 +0000 (04:08 +0000)
demos/slider/default.html
demos/slider/multiple_vertical.html

index d203e7397eb07881f627297be76b4108435234e5..8d8096a9dd46a64cec804689470da2c8b77f591d 100644 (file)
@@ -17,8 +17,6 @@
 </head>
 <body>
 
-
-
 <div class="demo">
 
 <p>Your age:</p>
 
 </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>
index b7dffa42bcf2b23007c07f6a0854c24731ad0bf4..5a1913221bdfbf3595163855428486d2048fbd55 100644 (file)
 </head>
 <body class="ui-widget-content" style="border:0;">
 
-
 <div class="demo">
 
-
-<p class="ui-state-default  ui-corner-all clearfix" style="padding:4px;">
-<span class="ui-icon ui-icon-volume-on" style="float:left; margin:-2px 5px 0 0;"></span>Master volume
+<p class="ui-state-default ui-corner-all ui-helper-clearfix" style="padding:4px;">
+<span class="ui-icon ui-icon-volume-on" style="float:left; margin:-2px 5px 0 0;"></span>
+Master volume
 </p>
 
 <div id="slider0" style="width:260px; margin:15px;"></div>
 
-
-<br/><br/>
-
-<p class="ui-state-default ui-corner-all" style="padding:4px;">
-<span class="ui-icon ui-icon-signal" style="float:left; margin:-2px 5px 0 0;"></span>Graphic EQ
+<p class="ui-state-default ui-corner-all" style="padding:4px;margin-top:4em;">
+<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="slider6" style="height:120px; float:left; margin:15px"></div>
 <div id="slider7" style="height:120px; float:left; margin:15px"></div>
 
-
-
 </div><!-- End demo -->
 
-
-
-<div class="demo-description">
+<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>
 
 </div><!-- End demo-description -->
+
 </body>
 </html>