mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-26 15:04:43 +00:00
table contextual classes docs: .col-lg-* => .col-xs-*
This commit is contained in:
parent
7247527f04
commit
def45c1f74
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