diff options
| author | Chris Rebert <[email protected]> | 2013-09-30 11:01:29 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-30 11:01:29 -0700 |
| commit | def45c1f7456bae48119db999d81c3469912d0b7 (patch) | |
| tree | 1d5426087be6d340d6670664d3f9755d5c400097 /css.html | |
| parent | 7247527f0440acc7d4266e4d7cad91e25de38297 (diff) | |
| download | bootstrap-def45c1f7456bae48119db999d81c3469912d0b7.tar.xz bootstrap-def45c1f7456bae48119db999d81c3469912d0b7.zip | |
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> |
