1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 21:49:09 +01:00

table contextual classes docs: .col-lg-* => .col-xs-*

This commit is contained in:
Chris Rebert 2013-09-30 11:01:29 -07:00
parent 7247527f04
commit def45c1f74

View File

@ -1260,8 +1260,8 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<div class="table-responsive">
<table class="table table-bordered table-striped">
<colgroup>
<col class="col-lg-1">
<col class="col-lg-7">
<col class="col-xs-1">
<col class="col-xs-7">
</colgroup>
<thead>
<tr>