diff options
| author | Mark Otto <[email protected]> | 2016-11-16 20:37:51 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-16 20:37:51 -0800 |
| commit | 6910516d2c87d4963032d541385da4aef50b9430 (patch) | |
| tree | 8c4f512645cbdd8d9914e095d18c7b178beba11a /docs/content | |
| parent | d90e4faf624410dc5159f5a3b9f60da13968c5df (diff) | |
| parent | cec0c7c6d6c6926dd372a91172c0081bb09fcc09 (diff) | |
| download | bootstrap-6910516d2c87d4963032d541385da4aef50b9430.tar.xz bootstrap-6910516d2c87d4963032d541385da4aef50b9430.zip | |
Merge pull request #21086 from ETNOL/feature/OmitXsFromGrid
Feature/omit xs from grid
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> |
