diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-28 10:49:44 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-28 10:49:44 +0000 |
commit | 62b7c8eda897691d3031bf2b6a2a52c167c68e96 (patch) | |
tree | b786816f5b59baf1deca4737a4f288dca132d9de /demos/slider | |
parent | ca2f0191da2e0fe40d04aba8fdab7dcac986e4ce (diff) | |
download | jquery-ui-62b7c8eda897691d3031bf2b6a2a52c167c68e96.tar.gz jquery-ui-62b7c8eda897691d3031bf2b6a2a52c167c68e96.zip |
demos: fixed demo descriptions to use CODE for option names instead of STRONG
Diffstat (limited to 'demos/slider')
-rw-r--r-- | demos/slider/range-vertical.html | 2 | ||||
-rw-r--r-- | demos/slider/range.html | 2 | ||||
-rw-r--r-- | demos/slider/rangemax.html | 2 | ||||
-rw-r--r-- | demos/slider/rangemin.html | 2 | ||||
-rw-r--r-- | demos/slider/slider-vertical.html | 2 | ||||
-rw-r--r-- | demos/slider/steps.html | 2 |
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 --> |