You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.html
+43-43Lines changed: 43 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ <h2>Default grid</h2>
175
175
<divclass="span12">
176
176
<h3>Example grid markup</h3>
177
177
<p>As shown here, a basic layout can be created with two "columns," each spanning a number of the 16 foundational columns we defined as part of our grid system. See the examples below for more variations.</p>
<p>The variables needed to modify the grid system currently all reside in <code>variables.less</code>.</p>
330
-
<tableclass="zebra-striped">
330
+
<tableclass="bordered-table zebra-striped">
331
331
<thead>
332
332
<tr>
333
333
<th>Variable</th>
@@ -601,7 +601,7 @@ <h2>Code</h2>
601
601
<divclass="span12">
602
602
<h3>Presenting code</h3>
603
603
<p>Code, blocks of or just snippets inline, can be displayed with style just by wrapping in the right tag. For blocks of code spanning multiple lines, use the <code><pre></code> element. For inline code, use the <code><code></code> element.</p>
604
-
<tableclass="zebra-striped">
604
+
<tableclass="bordered-table zebra-striped">
605
605
<thead>
606
606
<tr>
607
607
<thstyle="width: 190px;">Element</th>
@@ -651,7 +651,7 @@ <h2>Inline labels</h2>
651
651
<divclass="span12">
652
652
<h3>Label anything</h3>
653
653
<p>Ever needed one of those fancy <spanclass="label success">New!</span> or <spanclass="label important">Important</span> flags when writing code? Well, now you have them. Here's what's included by default:</p>
<p><strong>Note:</strong> Zebra-striping is a progressive enhancement not available for older browsers like IE8 and below.</p>
950
950
<preclass="prettyprint linenums">
951
951
<table class="zebra-striped">
952
-
...
952
+
...
953
953
</table></pre>
954
954
<h3>Example: Zebra-striped w/ TableSorter.js</h3>
955
955
<p>Taking the previous example, we improve the usefulness of our tables by providing sorting functionality via <ahref="http://jquery.com">jQuery</a> and the <ahref="http://tablesorter.com/docs/">Tablesorter</a> plugin. <strong>Click any column’s header to change the sort.</strong></p>
@@ -1763,43 +1763,43 @@ <h2>Getting started</h2>
1763
1763
<divclass="span12">
1764
1764
<h3>What's included</h3>
1765
1765
<p>Bring some of Bootstrap's primary components to life with new custom plugins that work with <ahref="http://jquery.com/" target="_blank">jQuery</a> and <ahref="http://ender.no.de" target="_blank">Ender</a>. We encourage you to extend and modify them to fit your specific development needs.</p>
<td>Our Modal plugin is a <strong>super</strong> slim take on the traditional modal js plugin! We took special care to include only the bare functionality that we require at twitter.</td>
<td>Our Modal plugin is a <strong>super</strong> slim take on the traditional modal js plugin! We took special care to include only the bare functionality that we require at twitter.</td>
<td>Based on the excellent jQuery.tipsy plugin written by Jason Frame; twipsy is an updated version, which doesn't rely on images, uses css3 for animations, and data-attributes for local title storage!</td>
<td>The popover plugin provides a simple interface for adding popovers to your application. It extends the <ahref="#twipsy">boostrap-twipsy.js</a> plugin, so be sure to grab that file as well when including popovers in your project!</td>
1801
-
</tr>
1802
-
</tbody>
1792
+
<td>This plugin adds quick, dynamic tab and pill functionality for cycling through local content.</td>
<td>Based on the excellent jQuery.tipsy plugin written by Jason Frame; twipsy is an updated version, which doesn't rely on images, uses css3 for animations, and data-attributes for local title storage!</td>
<td>The popover plugin provides a simple interface for adding popovers to your application. It extends the <ahref="#twipsy">boostrap-twipsy.js</a> plugin, so be sure to grab that file as well when including popovers in your project!</td>
1801
+
</tr>
1802
+
</tbody>
1803
1803
</table>
1804
1804
<h3>Is javascript necessary?</h3>
1805
1805
<p><strong>Nope!</strong> Bootstrap is designed first and foremost to be a CSS library. This javascript provides a basic interactive layer on top of the included styles.</p>
@@ -1922,7 +1922,7 @@ <h3>Operations</h3>
1922
1922
<h2>Compiling Less</h2>
1923
1923
<p>After modifying the <code>.less</code> files in /lib/, you'll need to recompile them in order to regenerate the bootstrap-*.*.*.css and bootstrap-*.*.*.min.css files. If you're submitting a pull request to GitHub, you must always recompile.</p>
0 commit comments