diff options
| author | Mark Otto <[email protected]> | 2013-09-30 17:07:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-30 17:07:19 -0700 |
| commit | 667002657259b4b29e85a28f38d3be25cd21f778 (patch) | |
| tree | d0194d7b0416d5395aec9f5cec66475e957527bd /css.html | |
| parent | cc3f09d4d1b385d578c9b77956e11f568e98dd2d (diff) | |
| parent | def45c1f7456bae48119db999d81c3469912d0b7 (diff) | |
| download | bootstrap-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.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
