mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-18 19:30:59 +00:00
Merge pull request #10889 from twbs/contextual-table-docs-xs
table contextual classes docs: .col-lg-* => .col-xs-*
This commit is contained in:
commit
6670026572
1 changed files with 2 additions and 2 deletions
4
css.html
4
css.html
|
|
@ -1260,8 +1260,8 @@ For example, <code><section></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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue