From 175fd98a7c4668dbb5441ebf3ebc616b29bd8210 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Jan 2012 01:25:02 -0800 Subject: [PATCH] fix forms typo on error state --- docs/assets/bootstrap.zip | Bin 51957 -> 51957 bytes docs/base-css.html | 2 +- docs/templates/pages/base-css.mustache | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 49f0cee97ba1b885acdcb1d52da3dc33b45fc646..991e353736bd9a46348e8de563afa106e386e4ce 100644 GIT binary patch delta 414 zcmex5mHF#bW}X0VW)?065Rl-W$fL;mAW_Z#;bgrDVjK`rN$!aOs;m#8qB2ZCRWppB zsv0K7K5yq+?eMKv19Yeyea{Zh-jV`fcL4=_CKy1?Z=CQ( z0i+~af0y1M=SJ!Vv~Ce%ph7fA2)ce!}N=5@`hMjh_=n2VqMumB9^I^P?7S~0~{ce z0%Z6ybJO)hLpT|jVHSg|nB17>46$SL$-F87kcex&EmWkvzD59K9P0!XBzFM?d?pw` z&2OCWMggQGf1?RhWW~mPA|PWjj_ETln=E%iV)BM#Y#=2&ju|s92MWl6WOBootstrap features styles for browser-supported focused and disabled states. We remove the default Webkit outline and apply a box-shadow in it's place for :focus.


Form validation

-

It also includes validation styles for errors, warnings, and success. To use, add the a class to the surrounding .control-group.

+

It also includes validation styles for errors, warnings, and success. To use, add the error class to the surrounding .control-group.

 <fieldset
   class="control-group error">
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index dedc201f35..95de45e093 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -983,7 +983,7 @@
       

{{_i}}Bootstrap features styles for browser-supported focused and disabled states. We remove the default Webkit outline and apply a box-shadow in it's place for :focus.{{/i}}


{{_i}}Form validation{{/i}}

-

{{_i}}It also includes validation styles for errors, warnings, and success. To use, add the a class to the surrounding .control-group.{{/i}}

+

{{_i}}It also includes validation styles for errors, warnings, and success. To use, add the error class to the surrounding .control-group.{{/i}}

 <fieldset
   class="control-group error">