From 62b7c8eda897691d3031bf2b6a2a52c167c68e96 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 28 Jan 2009 10:49:44 +0000 Subject: demos: fixed demo descriptions to use CODE for option names instead of STRONG --- demos/slider/range-vertical.html | 2 +- demos/slider/range.html | 2 +- demos/slider/rangemax.html | 2 +- demos/slider/rangemin.html | 2 +- demos/slider/slider-vertical.html | 2 +- demos/slider/steps.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'demos/slider') 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 @@
-

Change the orientation of the range slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

+

Change the orientation of the range slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

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 @@
-

Set the range 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.

+

Set the range 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.

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 @@
-

Fix the maximum value of the range slider so that the user can only select a minimum. Set the range option to "max."

+

Fix the maximum value of the range slider so that the user can only select a minimum. Set the range option to "max."

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 @@
-

Fix the minimum value of the range slider so that the user can only select a maximum. Set the range option to "min."

+

Fix the minimum value of the range slider so that the user can only select a maximum. Set the range option to "min."

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 @@
-

Change the orientation of the slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

+

Change the orientation of the slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

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 @@
-

Increment slider values with the step option set to an integer, commonly a dividend of the slider's maximum value. The default increment is 1.

+

Increment slider values with the step option set to an integer, commonly a dividend of the slider's maximum value. The default increment is 1.

-- cgit v1.2.3