Skip to content

Commit a27bf30

Browse files
author
Quy Ton
committed
Miscellaneous changes to docs
1 parent c1e8273 commit a27bf30

6 files changed

Lines changed: 6 additions & 8 deletions

File tree

docs/base-css.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ <h2>Optional classes</h2>
527527
<p>Add any of the following classes to the <code>.table</code> base class.</p>
528528

529529
<h3><code>.table-striped</code></h3>
530-
<p>Adds zebra-striping to any table row within the <code>&lt;tbody&gt;</code> via the <code>:nth-child</code> CSS selector (not available in IE7-IE8).</p>
530+
<p>Adds zebra-striping to any table row within the <code>&lt;tbody&gt;</code> via the <code>:nth-child</code> CSS selector (not available in IE7-8).</p>
531531
<div class="bs-docs-example">
532532
<table class="table table-striped">
533533
<thead>
@@ -2041,7 +2041,6 @@ <h5>Button group in a button toolbar</h5>
20412041
<pre class="prettyprint linenums">
20422042
&lt;div class="btn-toolbar"&gt;
20432043
&lt;div class="btn-group"&gt;
2044-
20452044
&lt;a class="btn" href="#"&gt;&lt;i class="icon-align-left"&gt;&lt;/i&gt;&lt;/a&gt;
20462045
&lt;a class="btn" href="#"&gt;&lt;i class="icon-align-center"&gt;&lt;/i&gt;&lt;/a&gt;
20472046
&lt;a class="btn" href="#"&gt;&lt;i class="icon-align-right"&gt;&lt;/i&gt;&lt;/a&gt;

docs/components.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2488,7 +2488,7 @@ <h2>Close icon</h2>
24882488
<p><button class="close" style="float: none;">&times;</button></p>
24892489
</div>
24902490
<pre class="prettyprint linenums">&lt;button class="close"&gt;&amp;times;&lt;/button&gt;</pre>
2491-
<p>iOS devices require an href="#" for click events if you would rather use an anchor.</p>
2491+
<p>iOS devices require an <code>href="#"</code> for click events if you would rather use an anchor.</p>
24922492
<pre class="prettyprint linenums">&lt;a class="close" href="#"&gt;&amp;times;&lt;/a&gt;</pre>
24932493

24942494
<h2>Helper classes</h2>

docs/javascript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h3>Events</h3>
161161
<h1>Transitions <small>bootstrap-transition.js</small></h1>
162162
</div>
163163
<h3>About transitions</h3>
164-
<p>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&mdash;it's already there.</p>
164+
<p>For simple transition effects, include <strong>bootstrap-transition.js</strong> once alongside the other JS files. If you're using the compiled (or minified) <strong>bootstrap.js</strong>, there is no need to include this&mdash;it's already there.</p>
165165
<h3>Use cases</h3>
166166
<p>A few examples of the transition plugin:</p>
167167
<ul>

docs/templates/pages/base-css.mustache

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
<p>{{_i}}Add any of the following classes to the <code>.table</code> base class.{{/i}}</p>
465465

466466
<h3><code>{{_i}}.table-striped{{/i}}</code></h3>
467-
<p>{{_i}}Adds zebra-striping to any table row within the <code>&lt;tbody&gt;</code> via the <code>:nth-child</code> CSS selector (not available in IE7-IE8).{{/i}}</p>
467+
<p>{{_i}}Adds zebra-striping to any table row within the <code>&lt;tbody&gt;</code> via the <code>:nth-child</code> CSS selector (not available in IE7-8).{{/i}}</p>
468468
<div class="bs-docs-example">
469469
<table class="table table-striped">
470470
<thead>
@@ -1978,7 +1978,6 @@
19781978
<pre class="prettyprint linenums">
19791979
&lt;div class="btn-toolbar"&gt;
19801980
&lt;div class="btn-group"&gt;
1981-
19821981
&lt;a class="btn" href="#"&gt;&lt;i class="icon-align-left"&gt;&lt;/i&gt;&lt;/a&gt;
19831982
&lt;a class="btn" href="#"&gt;&lt;i class="icon-align-center"&gt;&lt;/i&gt;&lt;/a&gt;
19841983
&lt;a class="btn" href="#"&gt;&lt;i class="icon-align-right"&gt;&lt;/i&gt;&lt;/a&gt;

docs/templates/pages/components.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2417,7 +2417,7 @@
24172417
<p><button class="close" style="float: none;">&times;</button></p>
24182418
</div>
24192419
<pre class="prettyprint linenums">&lt;button class="close"&gt;&amp;times;&lt;/button&gt;</pre>
2420-
<p>{{_i}}iOS devices require an href="#" for click events if you would rather use an anchor.{{/i}}</p>
2420+
<p>{{_i}}iOS devices require an <code>href="#"</code> for click events if you would rather use an anchor.{{/i}}</p>
24212421
<pre class="prettyprint linenums">&lt;a class="close" href="#"&gt;&amp;times;&lt;/a&gt;</pre>
24222422

24232423
<h2>{{_i}}Helper classes{{/i}}</h2>

docs/templates/pages/javascript.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ $('#myModal').on('show', function (e) {
9090
<h1>{{_i}}Transitions{{/i}} <small>bootstrap-transition.js</small></h1>
9191
</div>
9292
<h3>{{_i}}About transitions{{/i}}</h3>
93-
<p>{{_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&mdash;it's already there.{{/i}}</p>
93+
<p>{{_i}}For simple transition effects, include <strong>bootstrap-transition.js</strong> once alongside the other JS files. If you're using the compiled (or minified) <strong>bootstrap.js</strong>, there is no need to include this&mdash;it's already there.{{/i}}</p>
9494
<h3>{{_i}}Use cases{{/i}}</h3>
9595
<p>{{_i}}A few examples of the transition plugin:{{/i}}</p>
9696
<ul>

0 commit comments

Comments
 (0)