diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 3656b6fd3..d4b01e1ad 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 bd2e437a5..1d3971c06 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1294,24 +1294,24 @@
Wrap your message and an optional close icon in a div with simple class.
<div class="alert"> - <a class="close">×</a> + <a class="close data-dismiss="alert"gt;×</a> <strong>Warning!</strong> Best check yo self, you're not looking too good. </div>
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.
Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
<div class="alert alert-block">
- <a class="close">×</a>
+ <a class="close" data-dismiss="alert">×</a>
<h4 class="alert-heading">Warning!</h4>
Best check yo self, you're not...
</div>
@@ -1324,7 +1324,7 @@
Error or danger
@@ -1336,7 +1336,7 @@
Success
@@ -1348,7 +1348,7 @@
Information
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 1f726c35a..466a8a2e5 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -1218,24 +1218,24 @@
{{_i}}Example alerts{{/i}}
{{_i}}Wrap your message and an optional close icon in a div with simple class.{{/i}}
<div class="alert">
- <a class="close">×</a>
+ <a class="close data-dismiss="alert"gt;×</a>
<strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you're not looking too good.{{/i}}
</div>
{{_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}}
- ×
+ ×
{{_i}}Warning!{{/i}}
{{_i}}Best check yo self, you're not looking too good.{{/i}} Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
<div class="alert alert-block">
- <a class="close">×</a>
+ <a class="close" data-dismiss="alert">×</a>
<h4 class="alert-heading">{{_i}}Warning!{{/i}}</h4>
{{_i}}Best check yo self, you're not...{{/i}}
</div>
@@ -1248,7 +1248,7 @@
{{_i}}Error or danger{{/i}}
@@ -1260,7 +1260,7 @@