1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02:00

fix broken responsive utilities table

This commit is contained in:
Mark Otto
2013-05-12 23:54:10 -07:00
parent dd7bb71554
commit 2c6e854eea

View File

@@ -1949,7 +1949,8 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<p class="lead">For faster mobile-friendly development, use these utility classes for showing and hiding content by device via media query. Also included are utility classes for toggling content when printed.</p>
<h3>Responsive classes</h3>
<table class="table table-bordered table-striped responsive-utilities hidden-sm">
<div class="hidden-sm">
<table class="table table-bordered table-striped responsive-utilities">
<thead>
<tr>
<th>Class</th>
@@ -1997,6 +1998,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</tr>
</tbody>
</table>
</div>
<h3>Print classes</h3>
<table class="table table-bordered table-striped responsive-utilities">