From a27bf30f0d7a42f356d661db9835710bc8917067 Mon Sep 17 00:00:00 2001 From: Quy Ton Date: Thu, 20 Dec 2012 21:38:53 -0800 Subject: Miscellaneous changes to docs --- docs/templates/pages/base-css.mustache | 3 +-- docs/templates/pages/components.mustache | 2 +- docs/templates/pages/javascript.mustache | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 4ae837d34..efb69bdae 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 96896b5b3..632ceda2f 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 de7977667..187372621 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}}

    -- cgit v1.2.3