8000 fixes #5360: typo in tables docs · rusongyu/bootstrap@57f8dbe · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit 57f8dbe

Browse files
committed
fixes twbs#5360: typo in tables docs
1 parent f8374a7 commit 57f8dbe

File tree

4 files changed

+26
-10
lines changed

4 files changed

+26
-10
lines changed

docs/base-css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ <h2>Default styles</h2>
509509

510510

511511
<h2>Optional classes</h2>
512-
<p>Add any of the follow classes to the <code>.table</code> base class.</p>
512+
<p>Add any of the following classes to the <code>.table</code> base class.</p>
513513

514514
<h3><code>.table-striped</code></h3>
515515
<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>

docs/index.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,19 @@
7373
<div class="container">
7474
<h1>Bootstrap</h1>
7575
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
76-
<p><a href="assets/bootstrap.zip" class="btn btn-primary btn-large" >Download Bootstrap</a></p>
76+
<p>
77+
<a href="assets/bootstrap.zip" class="btn btn-primary btn-large" >Download Bootstrap</a>
78+
</p>
7779
<ul class="masthead-links">
78-
<li><a href="http://github.com/twitter/bootstrap" >GitHub project</a></li>
79-
<li><a href="./extend.html" >Extend</a></li>
80-
<li>Version 2.1.2</li>
80+
<li>
81+
<a href="http://github.com/twitter/bootstrap" >GitHub project</a>
82+
</li>
83+
<li>
84+
<a href="./extend.html" >Extend</a>
85+
</li>
86+
<li>
87+
Version 2.1.2
88+
</li>
8189
</ul>
8290
</div>
8391
</div>

docs/templates/pages/base-css.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446

447447

448448
<h2>{{_i}}Optional classes{{/i}}</h2>
449-
<p>{{_i}}Add any of the follow classes to the <code>.table</code> base class.{{/i}}</p>
449+
<p>{{_i}}Add any of the following classes to the <code>.table</code> base class.{{/i}}</p>
450450

451451
<h3><code>{{_i}}.table-striped{{/i}}</code></h3>
452452
<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>

docs/templates/pages/index.mustache

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@
22
<div class="container">
33
<h1>{{_i}}Bootstrap{{/i}}</h1>
44
<p>{{_i}}Sleek, intuitive, and powerful front-end framework for faster and easier web development.{{/i}}</p>
5-
<p><a href="assets/bootstrap.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.1.2']);"{{/production}}>{{_i}}Download Bootstrap{{/i}}</a></p>
5+
<p>
6+
<a href="assets/bootstrap.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.1.2']);"{{/production}}>{{_i}}Download Bootstrap{{/i}}</a>
7+
</p>
68
<ul class="masthead-links">
7-
<li><a href="http://github.com/twitter/bootstrap" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"{{/production}}>{{_i}}GitHub project{{/i}}</a></li>
8-
<li><a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>{{_i}}Extend{{/i}}</a></li>
9-
<li>{{_i}}Version 2.1.2{{/i}}</li>
9+
<li>
10+
<a href="http://github.com/twitter/bootstrap" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"{{/production}}>{{_i}}GitHub project{{/i}}</a>
11+
</li>
12+
<li>
13+
<a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>{{_i}}Extend{{/i}}</a>
14+
</li>
15+
<li>
16+
{{_i}}Version 2.1.2{{/i}}
17+
</li>
1018
</ul>
1119
</div>
1220
</div>

0 commit comments

Comments
 (0)
0