diff options
| author | Eric Nolte <[email protected]> | 2016-11-04 10:54:34 -0600 |
|---|---|---|
| committer | Eric Nolte <[email protected]> | 2016-11-04 10:54:34 -0600 |
| commit | cec0c7c6d6c6926dd372a91172c0081bb09fcc09 (patch) | |
| tree | bd7283256c2a64772712f7234d25fb12c072a923 /docs/content | |
| parent | 9402be4d44edafd7f558aa2b96f44172175fda34 (diff) | |
| download | bootstrap-cec0c7c6d6c6926dd372a91172c0081bb09fcc09.tar.xz bootstrap-cec0c7c6d6c6926dd372a91172c0081bb09fcc09.zip | |
Update docs to reflect new breakpoint naming convention
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/tables.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/tables.md b/docs/content/tables.md index 0e40c0ef7..b927f35d5 100644 --- a/docs/content/tables.md +++ b/docs/content/tables.md @@ -445,8 +445,8 @@ Use contextual classes to color table rows or individual cells. <div class="table-responsive"> <table class="table table-bordered table-striped"> <colgroup> - <col class="col-xs-1"> - <col class="col-xs-7"> + <col class="col-1"> + <col class="col-7"> </colgroup> <thead> <tr> |
