From a617c805f298b8feefd7703c12decd035ef7d1ec Mon Sep 17 00:00:00 2001 From: Quy Ton Date: Sat, 4 Jan 2014 09:28:56 -0800 Subject: [PATCH] Fix anchor links --- docs/components.html | 4 ++-- docs/css.html | 2 +- docs/getting-started.html | 4 ++-- docs/javascript.html | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/components.html b/docs/components.html index be6ccc269e..f838481702 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1421,7 +1421,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

Mobile device caveats

-

There are some caveats regarding using form controls within fixed elements on mobile devices. See our browser support docs for details.

+

There are some caveats regarding using form controls within fixed elements on mobile devices. See our browser support docs for details.

@@ -1454,7 +1454,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

Context-specific usage

-

Like the standard button classes, .navbar-btn can be used on <a> and <input> elements. However, neither .navbar-btn nor the standard button classes should be used on <a> elements within .navbar-nav.

+

Like the standard button classes, .navbar-btn can be used on <a> and <input> elements. However, neither .navbar-btn nor the standard button classes should be used on <a> elements within .navbar-nav.

diff --git a/docs/css.html b/docs/css.html index 1c8b7c1fd4..8eeb23d58e 100644 --- a/docs/css.html +++ b/docs/css.html @@ -2552,7 +2552,7 @@ For example, <section> should be wrapped as inline.

Screen reader content

-

Hide an element to all devices except screen readers with .sr-only. Necessary for following accessibility best practices. Can also be used as a mixin.

+

Hide an element to all devices except screen readers with .sr-only. Necessary for following accessibility best practices. Can also be used as a mixin.

{% highlight html %} Skip to main content {% endhighlight %} diff --git a/docs/getting-started.html b/docs/getting-started.html index a09b78f6aa..b65e2ecf00 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -115,7 +115,7 @@ bootstrap/ -

Start with this basic HTML template, or modify these examples. We hope you'll customize our templates and examples, adapting them to suit your needs.

+

Start with this basic HTML template, or modify these examples. We hope you'll customize our templates and examples, adapting them to suit your needs.

Copy the HTML below to begin working with a minimal Bootstrap document.

{% highlight html %} @@ -289,7 +289,7 @@ bootstrap/

Non-responsive Bootstrap

-

Easily disable the responsiveness of Bootstrap per our docs.

+

Easily disable the responsiveness of Bootstrap per our docs.

diff --git a/docs/javascript.html b/docs/javascript.html index 07d92aa320..4fe058e095 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -109,7 +109,7 @@ $('#myModal').on('show.bs.modal', function (e) {

Mobile device caveats

-

There are some caveats regarding using modals on mobile devices. See our browser support docs for details.

+

There are some caveats regarding using modals on mobile devices. See our browser support docs for details.

Static example

@@ -795,7 +795,7 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed) {% endhighlight %}

Markup

-

You can activate a tab or pill navigation without writing any JavaScript by simply specifying data-toggle="tab" or data-toggle="pill" on an element. Adding the nav and nav-tabs classes to the tab ul will apply the Bootstrap tab styling, while adding the nav and nav-pills classes will apply pill styling.

+

You can activate a tab or pill navigation without writing any JavaScript by simply specifying data-toggle="tab" or data-toggle="pill" on an element. Adding the nav and nav-tabs classes to the tab ul will apply the Bootstrap tab styling, while adding the nav and nav-pills classes will apply pill styling.

{% highlight html %}