From c84cf4f7f5187e607e1c5a921d7a7b8166e66def Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 16 Apr 2015 14:07:20 -0700 Subject: rename classes from .bs-docs and .bs to .bd --- docs/components/alerts.md | 4 ++-- docs/components/button-dropdown.md | 10 +++++----- docs/components/button-group.md | 8 ++++---- docs/components/carousel.md | 8 ++++---- docs/components/collapse.md | 4 ++-- docs/components/custom-forms.md | 2 +- docs/components/dropdowns.md | 4 ++-- docs/components/helpers.md | 8 ++++---- docs/components/modal.md | 36 ++++++++++++++++++------------------ docs/components/popovers.md | 26 +++++++++++++------------- docs/components/progress.md | 4 ++-- docs/components/scrollspy.md | 10 +++++----- docs/components/tooltips.md | 20 ++++++++++---------- 13 files changed, 72 insertions(+), 72 deletions(-) (limited to 'docs/components') diff --git a/docs/components/alerts.md b/docs/components/alerts.md index bae46ee91..796b463ba 100644 --- a/docs/components/alerts.md +++ b/docs/components/alerts.md @@ -7,7 +7,7 @@ Provide contextual feedback messages for typical user actions with the handful o Wrap any text and an optional dismiss button in `.alert` and one of the four contextual classes (e.g., `.alert-success`) for basic alert messages. -
+

No default class

Alerts don't have default classes, only base and modifier classes. A default gray alert doesn't make too much sense, so you're required to specify a type via contextual class. Choose from success, info, warning, or danger.

@@ -41,7 +41,7 @@ Build on any alert by adding an optional `.alert-dismissible` and [close button]
{% endexample %} -
+

Ensure proper behavior across all devices

Be sure to use the <button> element with the data-dismiss="alert" data attribute.

diff --git a/docs/components/button-dropdown.md b/docs/components/button-dropdown.md index fdcff0a99..4b2d6e87a 100644 --- a/docs/components/button-dropdown.md +++ b/docs/components/button-dropdown.md @@ -5,7 +5,7 @@ title: Button dropdown Use any button to trigger a dropdown menu by placing it within a `.btn-group` and providing the proper dropdown menu markup. -
+

Plugin dependency

Button dropdowns require the dropdown plugin to be included in your version of Bootstrap.

@@ -14,7 +14,7 @@ Use any button to trigger a dropdown menu by placing it within a `.btn-group` an Turn a button into a dropdown toggle with some basic markup changes. -
+