<h2>Inline labels <small>for special attention</small></h2>
<h2>Inline labels <small>for special attention</small></h2>
<tableclass="table-bordered table-striped">
<tableclass="table table-bordered table-striped">
<thead>
<thead>
<tr>
<tr>
<thstyle="width: 190px;">Labels</th>
<thstyle="width: 190px;">Labels</th>
...
@@ -490,7 +490,7 @@
...
@@ -490,7 +490,7 @@
<h2>Table markup</h2>
<h2>Table markup</h2>
<divclass="row">
<divclass="row">
<divclass="span8">
<divclass="span8">
<tableclass="table-bordered table-striped">
<tableclass="table table-bordered table-striped">
<thead>
<thead>
<tr>
<tr>
<th>Tag</th>
<th>Tag</th>
...
@@ -579,7 +579,7 @@
...
@@ -579,7 +579,7 @@
</div>
</div>
<h2>Table options</h2>
<h2>Table options</h2>
<tableclass="table-bordered table-striped">
<tableclass="table table-bordered table-striped">
<thead>
<thead>
<tr>
<tr>
<th>Name</th>
<th>Name</th>
...
@@ -591,6 +591,13 @@
...
@@ -591,6 +591,13 @@
<tr>
<tr>
<td>Default</td>
<td>Default</td>
<tdclass="muted">None</td>
<tdclass="muted">None</td>
<td>No styles, just columns and rows</td>
</tr>
<tr>
<td>Basic</td>
<td>
<code>.table</code>
</td>
<td>Only horizontal lines between rows</td>
<td>Only horizontal lines between rows</td>
</tr>
</tr>
<tr>
<tr>
...
@@ -623,14 +630,14 @@
...
@@ -623,14 +630,14 @@
<h3>1. Default table styles</h3>
<h3>1. Default table styles</h3>
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span4">
<p>Tables are automatically styled with only a few borders to ensure readability and maintain structure. No classes are required.</p>
<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">
<preclass="prettyprint linenums">
<table>
<table class="table">
...
...
</table></pre>
</table></pre>
</div>
</div>
<divclass="span8">
<divclass="span8">
<table>
<tableclass="table">
<thead>
<thead>
<tr>
<tr>
<th>#</th>
<th>#</th>
...
@@ -670,12 +677,12 @@
...
@@ -670,12 +677,12 @@
<p>Get a little fancy with your tables by adding zebra-striping—just add the <code>.table-striped</code> class.</p>
<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> Sprited tables use the <code>:nth-child</code> CSS selector and is not available in IE7-IE8.</p>
<pclass="muted"><strong>Note:</strong> Sprited tables use the <code>:nth-child</code> CSS selector and is not available in IE7-IE8.</p>
<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>
<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>
<p>Bootstrap supports a handful of media queries to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:</p>
<p>Bootstrap supports a handful of media queries to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:</p>