aboutsummaryrefslogtreecommitdiff
path: root/docs/content
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-16 20:37:51 -0800
committerGitHub <[email protected]>2016-11-16 20:37:51 -0800
commit6910516d2c87d4963032d541385da4aef50b9430 (patch)
tree8c4f512645cbdd8d9914e095d18c7b178beba11a /docs/content
parentd90e4faf624410dc5159f5a3b9f60da13968c5df (diff)
parentcec0c7c6d6c6926dd372a91172c0081bb09fcc09 (diff)
downloadbootstrap-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.md4
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>