mirror of https://github.com/twbs/bootstrap.git
table contextual classes docs: .col-lg-* => .col-xs-*
This commit is contained in:
parent
7247527f04
commit
def45c1f74
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 New Issue