@@ -594,11 +594,7 @@ For example, <code>section</code> should be wrapped as inline.
<h3>1. Default table styles</h3>
<p>Tables are automatically styled with only a few borders to ensure readability and maintain structure. With 2.0, the <code>.table</code> class is required.</p>
<preclass="prettyprint linenums">
<table class="table">
…
</table></pre>
<divclass="bs-docs-example">
<tableclass="table">
<thead>
<tr>
...
...
@@ -629,16 +625,17 @@ For example, <code>section</code> should be wrapped as inline.
</tr>
</tbody>
</table>
</div>
<preclass="prettyprint linenums">
<table class="table">
…
</table>
</pre>
<h3>2. Striped table</h3>
<p>Get a little fancy with your tables by adding zebra-striping—just add the <code>.table-striped</code> class.</p>
<pclass="muted"><strong>Note:</strong> Striped tables use the <code>:nth-child</code> CSS selector and is not available in IE7-IE8.</p>
<p>{{_i}}Tables are automatically styled with only a few borders to ensure readability and maintain structure. With 2.0, the <code>.table</code> class is required.{{/i}}</p>
<preclass="prettyprint linenums">
<table class="table">
…
</table></pre>
<divclass="bs-docs-example">
<tableclass="table">
<thead>
<tr>
...
...
@@ -559,16 +555,17 @@
</tr>
</tbody>
</table>
</div>{{! /example }}
<preclass="prettyprint linenums">
<table class="table">
…
</table>
</pre>
<h3>2. {{_i}}Striped table{{/i}}</h3>
<p>{{_i}}Get a little fancy with your tables by adding zebra-striping—just add the <code>.table-striped</code> class.{{/i}}</p>
<pclass="muted">{{_i}}<strong>Note:</strong> Striped tables use the <code>:nth-child</code> CSS selector and is not available in IE7-IE8.{{/i}}</p>
<p>{{_i}}Add borders around the entire table and rounded corners for aesthetic purposes.{{/i}}</p>
<preclass="prettyprint linenums">
<table class="table table-bordered">
…
</table></pre>
<divclass="bs-docs-example">
<tableclass="table table-bordered">
<thead>
<tr>
...
...
@@ -642,13 +641,16 @@
</tr>
</tbody>
</table>
</div>{{! /example }}
<preclass="prettyprint linenums">
<table class="table table-bordered">
…
</table>
</pre>
<h3>4. {{_i}}Condensed table{{/i}}</h3>
<p>{{_i}}Make your tables more compact by adding the <code>.table-condensed</code> class to cut table cell padding in half (from 8px to 4px).{{/i}}</p>