From a27bf30f0d7a42f356d661db9835710bc8917067 Mon Sep 17 00:00:00 2001 From: Quy Ton Date: Thu, 20 Dec 2012 21:38:53 -0800 Subject: [PATCH] Miscellaneous changes to docs --- docs/base-css.html | 3 +-- docs/components.html | 2 +- docs/javascript.html | 2 +- docs/templates/pages/base-css.mustache | 3 +-- docs/templates/pages/components.mustache | 2 +- docs/templates/pages/javascript.mustache | 2 +- 6 files changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/base-css.html b/docs/base-css.html index 7cf9f41b3f..d0fdbeb725 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -527,7 +527,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped

Add any of the following classes to the .table base class.

.table-striped

-

Adds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-IE8).

+

Adds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-8).

@@ -2041,7 +2041,6 @@ For example, <code>&lt;section&gt;</code> should be wrapped
 <div class="btn-toolbar">
   <div class="btn-group">
-
     <a class="btn" href="#"><i class="icon-align-left"></i></a>
     <a class="btn" href="#"><i class="icon-align-center"></i></a>
     <a class="btn" href="#"><i class="icon-align-right"></i></a>
diff --git a/docs/components.html b/docs/components.html
index bd528866ca..10ffd2e0c7 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -2488,7 +2488,7 @@
             

<button class="close">&times;</button>
-

iOS devices require an href="#" for click events if you would rather use an anchor.

+

iOS devices require an href="#" for click events if you would rather use an anchor.

<a class="close" href="#">&times;</a>

Helper classes

diff --git a/docs/javascript.html b/docs/javascript.html index a10360bf3d..9f574e4f33 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -161,7 +161,7 @@ $('#myModal').on('show', function (e) {

Transitions bootstrap-transition.js

About transitions

-

For simple transition effects, include bootstrap-transition.js once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js, there is no need to include this—it's already there.

+

For simple transition effects, include bootstrap-transition.js once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js, there is no need to include this—it's already there.

Use cases

A few examples of the transition plugin:

    diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 4ae837d343..efb69bdae3 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -464,7 +464,7 @@

    {{_i}}Add any of the following classes to the .table base class.{{/i}}

    {{_i}}.table-striped{{/i}}

    -

    {{_i}}Adds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-IE8).{{/i}}

    +

    {{_i}}Adds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-8).{{/i}}

@@ -1978,7 +1978,6 @@
 <div class="btn-toolbar">
   <div class="btn-group">
-
     <a class="btn" href="#"><i class="icon-align-left"></i></a>
     <a class="btn" href="#"><i class="icon-align-center"></i></a>
     <a class="btn" href="#"><i class="icon-align-right"></i></a>
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 96896b5b3e..632ceda2f5 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -2417,7 +2417,7 @@
             

<button class="close">&times;</button>
-

{{_i}}iOS devices require an href="#" for click events if you would rather use an anchor.{{/i}}

+

{{_i}}iOS devices require an href="#" for click events if you would rather use an anchor.{{/i}}

<a class="close" href="#">&times;</a>

{{_i}}Helper classes{{/i}}

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index de79776671..1873726217 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -90,7 +90,7 @@ $('#myModal').on('show', function (e) {

{{_i}}Transitions{{/i}} bootstrap-transition.js

{{_i}}About transitions{{/i}}

-

{{_i}}For simple transition effects, include bootstrap-transition.js once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js, there is no need to include this—it's already there.{{/i}}

+

{{_i}}For simple transition effects, include bootstrap-transition.js once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js, there is no need to include this—it's already there.{{/i}}

{{_i}}Use cases{{/i}}

{{_i}}A few examples of the transition plugin:{{/i}}