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/dialog/modal-confirmation.html | 2 +- demos/dialog/modal-form.html | 2 +- demos/dialog/modal-message.html | 2 +- demos/dialog/modal.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'demos/dialog') diff --git a/demos/dialog/modal-confirmation.html b/demos/dialog/modal-confirmation.html index 9bbad8ae1..0ff6ca4ff 100644 --- a/demos/dialog/modal-confirmation.html +++ b/demos/dialog/modal-confirmation.html @@ -59,7 +59,7 @@
-

Confirm an action that may be destructive or important. Set the modal option to true, and specify primary and secondary user actions with the buttons option.

+

Confirm an action that may be destructive or important. Set the modal option to true, and specify primary and secondary user actions with the buttons option.

diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index c024f7ed4..5021e0cde 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -70,7 +70,7 @@
-

Use a modal dialog to require that the user enter data during a multi-step process. Embed form markup in the content area, set the modal option to true, and specify primary and secondary user actions with the buttons option.

+

Use a modal dialog to require that the user enter data during a multi-step process. Embed form markup in the content area, set the modal option to true, and specify primary and secondary user actions with the buttons option.

diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html index a0a039f85..704e46ff7 100644 --- a/demos/dialog/modal-message.html +++ b/demos/dialog/modal-message.html @@ -56,7 +56,7 @@
-

Use a modal dialog to explicitly acknowledge information or an action before continuing their work. Set the modal option to true, and specify a primary action (Ok) with the buttons option.

+

Use a modal dialog to explicitly acknowledge information or an action before continuing their work. Set the modal option to true, and specify a primary action (Ok) with the buttons option.

diff --git a/demos/dialog/modal.html b/demos/dialog/modal.html index ffe43d4f1..7e1f01b3f 100644 --- a/demos/dialog/modal.html +++ b/demos/dialog/modal.html @@ -47,7 +47,7 @@
-

A modal dialog prevents the user from interacting with the rest of the page until it is closed. To add a semi-transparent layer that dims out the page content behind the dialog, set the background color and opacity of the overlay option.

+

A modal dialog prevents the user from interacting with the rest of the page until it is closed. To add a semi-transparent layer that dims out the page content behind the dialog, set the background color and opacity of the overlay option.

-- cgit v1.2.3