aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider
diff options
context:
space:
mode:
Diffstat (limited to 'demos/slider')
-rw-r--r--demos/slider/range-vertical.html2
-rw-r--r--demos/slider/range.html2
-rw-r--r--demos/slider/rangemax.html2
-rw-r--r--demos/slider/rangemin.html2
-rw-r--r--demos/slider/slider-vertical.html2
-rw-r--r--demos/slider/steps.html2
6 files changed, 6 insertions, 6 deletions
diff --git a/demos/slider/range-vertical.html b/demos/slider/range-vertical.html
index 37f5c601e..d43abcd37 100644
--- a/demos/slider/range-vertical.html
+++ b/demos/slider/range-vertical.html
@@ -39,7 +39,7 @@
<div class="demo-description">
-<p>Change the orientation of the range slider to vertical. Assign a height value via <strong>.height()</strong> or by setting the height through CSS, and set the <strong>orientation</strong> option to "vertical."</p>
+<p>Change the orientation of the range slider to vertical. Assign a height value via <code>.height()</code> or by setting the height through CSS, and set the <code>orientation</code> option to "vertical."</p>
</div><!-- End demo-description -->
diff --git a/demos/slider/range.html b/demos/slider/range.html
index dfb1aa1a7..ec7a4efba 100644
--- a/demos/slider/range.html
+++ b/demos/slider/range.html
@@ -40,7 +40,7 @@
<div class="demo-description">
-<p>Set the <strong>range</strong> option to true to capture a range of values with two drag handles. The space between the handles is filled with a different background color to indicate those values are selected.</p>
+<p>Set the <code>range</code> option to true to capture a range of values with two drag handles. The space between the handles is filled with a different background color to indicate those values are selected.</p>
</div><!-- End demo-description -->
diff --git a/demos/slider/rangemax.html b/demos/slider/rangemax.html
index a1c9c1ae5..682ac6341 100644
--- a/demos/slider/rangemax.html
+++ b/demos/slider/rangemax.html
@@ -39,7 +39,7 @@
<div class="demo-description">
-<p>Fix the maximum value of the range slider so that the user can only select a minimum. Set the <strong>range</strong> option to "max."</p>
+<p>Fix the maximum value of the range slider so that the user can only select a minimum. Set the <code>range</code> option to "max."</p>
</div><!-- End demo-description -->
diff --git a/demos/slider/rangemin.html b/demos/slider/rangemin.html
index 29308894f..f8388a148 100644
--- a/demos/slider/rangemin.html
+++ b/demos/slider/rangemin.html
@@ -40,7 +40,7 @@
<div class="demo-description">
-<p>Fix the minimum value of the range slider so that the user can only select a maximum. Set the <strong>range</strong> option to "min."</p>
+<p>Fix the minimum value of the range slider so that the user can only select a maximum. Set the <code>range</code> option to "min."</p>
</div><!-- End demo-description -->
diff --git a/demos/slider/slider-vertical.html b/demos/slider/slider-vertical.html
index 1cc7fbcfd..e02736fa3 100644
--- a/demos/slider/slider-vertical.html
+++ b/demos/slider/slider-vertical.html
@@ -41,7 +41,7 @@
<div class="demo-description">
-<p>Change the orientation of the slider to vertical. Assign a height value via <strong>.height()</strong> or by setting the height through CSS, and set the <strong>orientation</strong> option to "vertical."</p>
+<p>Change the orientation of the slider to vertical. Assign a height value via <code>.height()</code> or by setting the height through CSS, and set the <code>orientation</code> option to "vertical."</p>
</div><!-- End demo-description -->
diff --git a/demos/slider/steps.html b/demos/slider/steps.html
index 3177cd75b..68b366784 100644
--- a/demos/slider/steps.html
+++ b/demos/slider/steps.html
@@ -40,7 +40,7 @@
<div class="demo-description">
-<p>Increment slider values with the <strong>step</strong> option set to an integer, commonly a dividend of the slider's maximum value. The default increment is 1.</p>
+<p>Increment slider values with the <code>step</code> option set to an integer, commonly a dividend of the slider's maximum value. The default increment is 1.</p>
</div><!-- End demo-description -->