From 175fd98a7c4668dbb5441ebf3ebc616b29bd8210 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Jan 2012 01:25:02 -0800 Subject: fix forms typo on error state --- docs/base-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 22d6262ff..b76ace1e2 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1059,7 +1059,7 @@ For example, <code>section</code> should be wrapped as inline.

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.


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">
-- 
cgit v1.2.3