From ea407666ce3c5d708b4a830fb2d00bdcb0d2d53e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 11 Nov 2014 20:23:49 -0800 Subject: give all docs callouts IDs [skip sauce] --- docs/_includes/components/alerts.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/_includes/components/alerts.html') diff --git a/docs/_includes/components/alerts.html b/docs/_includes/components/alerts.html index bdb88517b..4edcdd211 100644 --- a/docs/_includes/components/alerts.html +++ b/docs/_includes/components/alerts.html @@ -6,7 +6,7 @@

Examples

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.

@@ -34,7 +34,7 @@

Dismissible alerts

Build on any alert by adding an optional .alert-dismissible and close button.

-
+

Requires JavaScript alert plugin

For fully functioning, dismissible alerts, you must use the alerts JavaScript plugin.

@@ -51,7 +51,7 @@
{% endhighlight %} -
+

Ensure proper behavior across all devices

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

-- cgit v1.2.3