From 7f6c089e455eef0fe0463ee9f9d2f9cc91edab73 Mon Sep 17 00:00:00 2001 From: Loic Bistuer Date: Sat, 27 Jul 2013 19:27:45 +0700 Subject: [PATCH 1/2] Fixed minor typos in css.html --- css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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

From 273a388995424e0fe917ee83026c042aa4f83673 Mon Sep 17 00:00:00 2001 From: Loic Bistuer Date: Sun, 28 Jul 2013 00:57:12 +0700 Subject: [PATCH 2/2] Fixed minor typos in javascript.html --- javascript.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript.html b/javascript.html index c105a42549..10e469b448 100644 --- a/javascript.html +++ b/javascript.html @@ -790,7 +790,7 @@ $('#example').tooltip(options) placement string | function 'top' - how to position the tooltip - top | bottom | left | right | auto.
When "auto" is specified, it will dynamically reorient the tooltip. For example, if placment is "auto left", the tooltip will display to the left when possible, otherwise it will display right. + how to position the tooltip - top | bottom | left | right | auto.
When "auto" is specified, it will dynamically reorient the tooltip. For example, if placement is "auto left", the tooltip will display to the left when possible, otherwise it will display right. selector @@ -1012,7 +1012,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () { placement string | function 'right' - how to position the popover - top | bottom | left | right | auto.
When "auto" is specified, it will dynamically reorient the popover. For example, if placment is "auto left", the tooltip will display to the left when possible, otherwise it will display right. + how to position the popover - top | bottom | left | right | auto.
When "auto" is specified, it will dynamically reorient the popover. For example, if placement is "auto left", the tooltip will display to the left when possible, otherwise it will display right. selector