From: Loic Bistuer Date: Sat, 27 Jul 2013 12:27:45 +0000 (+0700) Subject: Fixed minor typos in css.html X-Git-Tag: v3.0.0~126^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f6c089e455eef0fe0463ee9f9d2f9cc91edab73;p=thirdparty%2Fbootstrap.git Fixed minor typos in css.html --- diff --git a/css.html b/css.html index f53b63e557..9a54f3abbf 100644 --- a/css.html +++ b/css.html @@ -1466,7 +1466,7 @@ For example, <section> should be wrapped as inline.

Cross-browser compatibility

-

While Bootstrap will apply these styles in all browsers, IE and Safari don't actually support the <disabled> attribute on a <fieldset>. Use custom JavaScript to disable the fieldset in these browsers.

+

While Bootstrap will apply these styles in all browsers, IE and Safari don't actually support the disabled attribute on a <fieldset>. Use custom JavaScript to disable the fieldset in these browsers.

@@ -1534,7 +1534,7 @@ For example, <section> should be wrapped as inline.

Input groups

-

Add text or buttons before, after, or on both sides of any text-based input. Use .input-group with an .add-on to prepend or append elements to an <input>.

+

Add text or buttons before, after, or on both sides of any text-based input. Use .input-group with an .input-group-addon to prepend or append elements to an <input>.

Cross-browser compatibility