1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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> <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> <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> <thead>
<tr> <tr>
<th>Class</th> <th>Class</th>
@ -1997,6 +1998,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<h3>Print classes</h3> <h3>Print classes</h3>
<table class="table table-bordered table-striped responsive-utilities"> <table class="table table-bordered table-striped responsive-utilities">