aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-30 17:07:19 -0700
committerMark Otto <[email protected]>2013-09-30 17:07:19 -0700
commit667002657259b4b29e85a28f38d3be25cd21f778 (patch)
treed0194d7b0416d5395aec9f5cec66475e957527bd /css.html
parentcc3f09d4d1b385d578c9b77956e11f568e98dd2d (diff)
parentdef45c1f7456bae48119db999d81c3469912d0b7 (diff)
downloadbootstrap-667002657259b4b29e85a28f38d3be25cd21f778.tar.xz
bootstrap-667002657259b4b29e85a28f38d3be25cd21f778.zip
Merge pull request #10889 from twbs/contextual-table-docs-xs
table contextual classes docs: .col-lg-* => .col-xs-*
Diffstat (limited to 'css.html')
-rw-r--r--css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/css.html b/css.html
index 919844e0f..c613bdc26 100644
--- a/css.html
+++ b/css.html
@@ -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>