diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index e2911bc660..85a7bf8a43 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 e6b0bfc49a..a78dabebaa 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1684,7 +1684,7 @@

Example alerts

Wrap your message and an optional close icon in a div with simple class.

- × + × Warning! Best check yo self, you're not looking too good.
@@ -1695,7 +1695,7 @@
 

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.

- × + ×

Warning!

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.

@@ -1714,7 +1714,7 @@

Error or danger

- × + × Oh snap! Change a few things up and try submitting again.
@@ -1726,7 +1726,7 @@
     

Success

- × + × Well done! You successfully read this important alert message.
@@ -1738,7 +1738,7 @@
     

Information

- × + × Heads up! This alert needs your attention, but it's not super important.
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 79019addc1..5226296d9a 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -1607,7 +1607,7 @@
       

{{_i}}Example alerts{{/i}}

{{_i}}Wrap your message and an optional close icon in a div with simple class.{{/i}}

- × + × {{_i}}Warning!{{/i}} {{_i}}Best check yo self, you're not looking too good.{{/i}}
@@ -1618,7 +1618,7 @@
 

{{_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.

@@ -1637,7 +1637,7 @@

{{_i}}Error or danger{{/i}}

- × + × {{_i}}Oh snap!{{/i}} {{_i}}Change a few things up and try submitting again.{{/i}}
@@ -1649,7 +1649,7 @@
     

{{_i}}Success{{/i}}

- × + × {{_i}}Well done!{{/i}} {{_i}}You successfully read this important alert message.{{/i}}
@@ -1661,7 +1661,7 @@
     

{{_i}}Information{{/i}}

- × + × {{_i}}Heads up!{{/i}} {{_i}}This alert needs your attention, but it's not super important.{{/i}}