From 1c64c8f43bece9a2e97be510266c48969dca0963 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 12 Aug 2013 16:54:58 -0700 Subject: [PATCH 01/13] fix ID of
- + @@ -1720,7 +1720,7 @@ For example, <section> should be wrapped as inline.
- + From 4876a3a7162ea2be8b1c316fde1039d22a6b64d3 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 12 Aug 2013 17:06:02 -0700 Subject: [PATCH 02/13] Validation states docs: fix closing tag --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index 6eea8daf3b..3ef0c2816c 100644 --- a/css.html +++ b/css.html @@ -1736,7 +1736,7 @@ For example, <section> should be wrapped as inline. {% endhighlight %}

Validation states

-

Bootstrap includes validation styles for error, warning, and success states on form controls. To use, add .has-warning, .has-error, or .has-success to the parent element. Any .control-label, .form-control, and .help-block within that element will receive the validation styles. +

Bootstrap includes validation styles for error, warning, and success states on form controls. To use, add .has-warning, .has-error, or .has-success to the parent element. Any .control-label, .form-control, and .help-block within that element will receive the validation styles.

From df59ecc9c40534e34a140cb5a00607c50b2b500c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 12 Aug 2013 15:52:47 -0700 Subject: [PATCH 03/13] add alt text to carousel s --- javascript.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/javascript.html b/javascript.html index faeed15c45..49f49edf06 100644 --- a/javascript.html +++ b/javascript.html @@ -1613,13 +1613,13 @@ $('#myCollapsible').on('hidden.bs.collapse', function () { @@ -1642,7 +1642,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () {