diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 85a7bf8a4..e083fe618 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/components.html b/docs/components.html index a78dabeba..d5a3e2a99 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1689,10 +1689,11 @@
<div class="alert"> - <a class="close" data-dismiss="alert">×</a> + <a class="close" data-dismiss="alert" href="#">×</a> <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.
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.
<div class="alert alert-block">
- <a class="close" data-dismiss="alert">×</a>
+ <a class="close" data-dismiss="alert" href="#">×</a>
<h4 class="alert-heading">Warning!</h4>
Best check yo self, you're not...
</div>
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 5226296d9..d99a1ad44 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -1612,10 +1612,11 @@
<div class="alert">
- <a class="close" data-dismiss="alert">×</a>
+ <a class="close" data-dismiss="alert" href="#">×</a>
<strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you're not looking too good.{{/i}}
</div>
+ {{_i}}Heads up!{{/i}} {{_i}}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.{{/i}}
{{_i}}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.{{/i}}
×
@@ -1624,7 +1625,7 @@
<div class="alert alert-block">
- <a class="close" data-dismiss="alert">×</a>
+ <a class="close" data-dismiss="alert" href="#">×</a>
<h4 class="alert-heading">{{_i}}Warning!{{/i}}</h4>
{{_i}}Best check yo self, you're not...{{/i}}
</div>