diff --git a/docs/components.html b/docs/components.html index 4ce4abdb19..624af075f4 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1688,7 +1688,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.
@@ -1700,7 +1700,7 @@
       

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.

- +

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.

@@ -1719,7 +1719,7 @@

Error or danger

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

Success

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

Information

- + Heads up! This alert needs your attention, but it's not super important.
diff --git a/docs/javascript.html b/docs/javascript.html
index 1b659c6bfe..bceb4528c4 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -184,7 +184,7 @@