From 91b32f47838d1da117998cee3ffa2ec5e5cd905c Mon Sep 17 00:00:00 2001 From: Pete Hopkins Date: Tue, 24 Jan 2012 12:12:35 -0500 Subject: [PATCH 1/3] Fixes apostrophe usage in base-css.html --- docs/base-css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/base-css.html b/docs/base-css.html index df0c9c7ce9..ec749894fd 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -364,7 +364,7 @@ <pre class="prettyprint"> -

Using the google-code-prettify library, you're blocks of code get a slightly different visual style and automatic syntax highlighting. You can also add an additional class to add line numbers.

+

Using the google-code-prettify library, your blocks of code get a slightly different visual style and automatic syntax highlighting. You can also add an additional class to add line numbers.

<div>
   <h1>Heading</h1>
   <p>Something right here...</p>
@@ -1103,7 +1103,7 @@
     

Redesigned browser states

-

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.

+

Bootstrap features styles for browser-supported focused and disabled states. We remove the default Webkit outline and apply a box-shadow in its 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.

From 37b38fe2a0cf34142eb617a1e6db155849cf55ac Mon Sep 17 00:00:00 2001 From: Pete Hopkins Date: Tue, 24 Jan 2012 12:49:30 -0500 Subject: [PATCH 2/3] Spelling and typos in components.html and javascript.html --- docs/components.html | 2 +- docs/javascript.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components.html b/docs/components.html index 8cd76bedc8..e3d67aad56 100755 --- a/docs/components.html +++ b/docs/components.html @@ -1086,7 +1086,7 @@

Rewritten base class

-

With Bootstrap 2, we've simplified the base class: .alert instead of .alert-message. We've also reduced the minimum required markup—no <p> is required by default, just the outter <div>.

+

With Bootstrap 2, we've simplified the base class: .alert instead of .alert-message. We've also reduced the minimum required markup—no <p> is required by default, just the outer <div>.

Single alert message

For a more durable component with less code, we've removed the differentiating look for block alerts, messages that come with more padding and typically more text. The class also has changed to .alert-block.


diff --git a/docs/javascript.html b/docs/javascript.html index 0a0a0c9efd..4f9344446e 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -856,7 +856,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

Notice Individual popover instance options can alternatively be specified through the use of data attributes.

Markup

- For performance reasons, the Tooltip and Popover data-apis are opt in. If you would like to use them just specify a the selector option. + For performance reasons, the Tooltip and Popover data-apis are opt in. If you would like to use them just specify a selector option.

Methods

$().popover(options)

From 04efc8d0a85f76402527e5e8658df43a8e4deb6c Mon Sep 17 00:00:00 2001 From: Pete Hopkins Date: Tue, 24 Jan 2012 12:52:06 -0500 Subject: [PATCH 3/3] Fixes apostrophe in less.html --- docs/less.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/less.html b/docs/less.html index 0348c0cafa..54558e716b 100644 --- a/docs/less.html +++ b/docs/less.html @@ -73,7 +73,7 @@

Why LESS?

-

Bootstrap is made with LESS at it's core, a dynamic stylesheet language created by Alexis Sellier. It makes developing systems-based CSS faster, easier, and more fun.

+

Bootstrap is made with LESS at its core, a dynamic stylesheet language created by Alexis Sellier. It makes developing systems-based CSS faster, easier, and more fun.

What's included?