From 4449c4e9e041136c7f03438ab3f078f4d837f6d5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 25 Mar 2012 20:44:01 -0700 Subject: update docs messaging around alerts and buttons --- docs/components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index bb9842be2..8c25c7c2f 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1693,7 +1693,7 @@ <strong>Warning!</strong> Best check yo self, you're not looking too good. </div> -

Heads up! iOS devices require an href="#" for the dismissal of alerts. Be sure to include it and the data attribute for fully responsive and dismissable alerts.

+

Heads up! iOS devices require an href="#" for the dismissal of alerts. Be sure to include it and the data attribute for anchor close icons. Alternatively, you may use a button element with the data attribute, which we have opted to do for our docs.

Easily extend the standard alert message with two optional classes: .alert-block for more padding and text controls and .alert-heading for a matching heading.

-- cgit v1.2.3