0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Merge pull request #777 from ceejayoz/2.0-wip

Updated bordered-table example to use correct class in docs
This commit is contained in:
Mark Otto 2011-12-10 15:05:09 -08:00
commit e240aac6cb

View File

@ -668,9 +668,8 @@
</tr>
</tbody>
</table>
<p><strong>Note:</strong> Zebra-striping is a progressive enhancement not available for older browsers like IE8 and below.</p>
<pre class="prettyprint linenums">
&lt;table class="striped-table"&gt;
&lt;table class="bordered-table"&gt;
...
&lt;/table&gt;</pre>
<h3>4. Condensed table</h3>