From 4277ba62d35438aab1f445769d6263cb6e2114d2 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 11 Feb 2014 13:15:40 -0800 Subject: add role="alert" to Alert examples, to improve accessibility Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/d8fcbcd3fe86f0cb47fda0ffe269b2c7a2131f07/README.md#alert --- docs/components.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 7b8b35088..b190cd42f 100644 --- a/docs/components.html +++ b/docs/components.html @@ -2170,36 +2170,36 @@ body { padding-bottom: 70px; }
-
+ -
+ -
+ -
+
{% highlight html %} -
...
-
...
-
...
-
...
+ + + + {% endhighlight %}

Dismissable alerts

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

-
+
{% highlight html %} -
+ @@ -2213,30 +2213,30 @@ body { padding-bottom: 70px; }

Use the .alert-link utility class to quickly provide matching colored links within any alert.

-
+ -
+ -
+ -
+
{% highlight html %} -
+ -
+ -
+ -
+ {% endhighlight %} -- cgit v1.2.3