From: Mark Otto Date: Sun, 13 May 2012 21:01:57 +0000 (-0700) Subject: #3465 part 1: add type="button" to all dismiss buttons in docs X-Git-Tag: v2.0.4~1^2~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d09db29039ba498c8d3255cadafb2c5c88ff1a2f;p=thirdparty%2Fbootstrap.git #3465 part 1: add type="button" to all dismiss buttons in docs --- 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 @@