aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/multiple-vertical.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/slider/multiple-vertical.html')
-rw-r--r--demos/slider/multiple-vertical.html18
1 files changed, 5 insertions, 13 deletions
diff --git a/demos/slider/multiple-vertical.html b/demos/slider/multiple-vertical.html
index f154d1de4..5a529b287 100644
--- a/demos/slider/multiple-vertical.html
+++ b/demos/slider/multiple-vertical.html
@@ -1,17 +1,16 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Slider - Multiple sliders</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
- <script src="../../jquery-1.8.0.js"></script>
+ <script src="../../jquery-1.8.2.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.mouse.js"></script>
<script src="../../ui/jquery.ui.slider.js"></script>
<link rel="stylesheet" href="../demos.css">
<style>
- #demo-frame > div.demo { padding: 10px !important; }
#eq span {
height:120px; float:left; margin:15px
}
@@ -39,9 +38,7 @@
});
</script>
</head>
-<body class="ui-widget-content" style="border:0;">
-
-<div class="demo">
+<body>
<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>
@@ -65,13 +62,8 @@
<span>70</span>
</div>
-</div><!-- End demo -->
-
-
-
-<div class="demo-description" style="clear:left;">
+<div class="demo-description">
<p>Combine horizontal and vertical sliders, each with their own options, to create the UI for a music player.</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>