mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-05 13:17:32 +02:00
table contextual classes docs: .col-lg-* => .col-xs-*
This commit is contained in:
4
css.html
4
css.html
@@ -1260,8 +1260,8 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-bordered table-striped">
|
<table class="table table-bordered table-striped">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="col-lg-1">
|
<col class="col-xs-1">
|
||||||
<col class="col-lg-7">
|
<col class="col-xs-7">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user